From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 52FE1C05027 for ; Fri, 10 Feb 2023 06:08:17 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231213AbjBJGIQ (ORCPT ); Fri, 10 Feb 2023 01:08:16 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:42840 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231181AbjBJGIM (ORCPT ); Fri, 10 Feb 2023 01:08:12 -0500 Received: from dfw.source.kernel.org (dfw.source.kernel.org [IPv6:2604:1380:4641:c500::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 4BF893CE3E; Thu, 9 Feb 2023 22:08:11 -0800 (PST) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id B6C1161CBB; Fri, 10 Feb 2023 06:08:10 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 7D424C433D2; Fri, 10 Feb 2023 06:08:09 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1676009290; bh=RVihfeUWeiL9TtvJUWFsq5wt91c4o/nXVrm2FMNYYRM=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=UfRPeP/l5MAG3uW6cX8piZroouBuCbnHg9tP2c48MyRQyOTcR4WwhppCFSKr0BPCA XK5o4oTz+djYJ9eN4Bwnaa6IVZRtwXDO77uauyPaqyNXpbcbegSsXgKdgxMC2M2WVM wfSt4y3ROwUwnnZoZEn8EyVfaxEkZ4Mw5pmzCWYH6l/E7RcbfdzA9b5S7wWaO6BcQ+ IGwlmQWo/XDq+DFh79il9XyqOXB8Pba+WdnDt16fZ+BSA7SL1ILXb06brZ3aDGDs8C Smu8cj66Ffmqaqub3KW/r+yHzntC/7Ekznd1tHvoOaxf4T1Gl3l5zmXDW9K948oFp5 XOOMTbh5m22gQ== Date: Fri, 10 Feb 2023 11:38:05 +0530 From: Vinod Koul To: Andy Shevchenko Cc: dmaengine@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH v1 1/1] dmaengine: use sysfs_emit() to instead of scnprintf() Message-ID: References: <20230130111141.59627-1-andriy.shevchenko@linux.intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20230130111141.59627-1-andriy.shevchenko@linux.intel.com> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 30-01-23, 13:11, Andy Shevchenko wrote: > Follow the advice of the Documentation/filesystems/sysfs.rst and show() > should only use sysfs_emit() or sysfs_emit_at() when formatting the > value to be returned to user space. Applied, thanks -- ~Vinod