Re: [PATCH] video: backlight: Use sysfs_emit() instead of sprintf()
Daniel Thompson <[email protected]>
| Newsgroups | org.kernel.vger.linux-fbdev,org.freedesktop.lists.dri-devel,org.kernel.vger.linux-kernel |
|---|---|
| Message-ID | <[email protected]> |
On Wed, Aug 05, 2026 at 01:51:39PM +0000, Levente Szajko wrote: > Replace sprintf() with sysfs_emit() in the sysfs show callbacks of > backlight.c and lcd.c, as recommended by Documentation/filesystems/sysfs.rst. > > No functional change intended. > > Signed-off-by: Levente Szajko <[email protected]> Reviewed-by: Daniel Thompson (RISCstar) <[email protected]> Daniel.