Re: [PATCH] block: Replace sprintf() with sysfs_emit()

From: Christoph Hellwig
Date: Thu Nov 07 2024 - 00:44:38 EST


On Wed, Nov 06, 2024 at 04:34:54PM +0800, zhangguopeng wrote:
> - return sprintf(page, "%llu\n", \
> + return sysfs_emit(page, "%llu\n", \

Please keep the \ aligned for all the multi-line macros.

Otherwise this looks fine to me.