Re: [PATCH] i3c: master: replace sprintf() with sysfs_emit() and sysfs_emit_at()

From: Frank Li

Date: Mon Apr 20 2026 - 22:49:02 EST


On Mon, Apr 20, 2026 at 08:10:49PM -0500, Maxwell Doose wrote:
> This patch replaces sprintf() function calls with sysfs_emit() and

Documentation/process/submitting-patches.rst don't prefer use words "this
patch", Use imperative mood

Replaces sprintf() with sysfs_emit[_at](). Add missing newlines at the end
of some sysfs_emit() (formerly sprintf()) calls.

Frank