On Sat, 22 Feb 2025 16:39:31 +0200 Svyatoslav Ryhel <clamo...@gmail.com> wrote:
> сб, 22 лют. 2025 р. о 16:29 Jonathan Cameron <ji...@kernel.org> пише: > > > > On Tue, 18 Feb 2025 15:26:59 +0200 > > Svyatoslav Ryhel <clamo...@gmail.com> wrote: > > > > > Add bindings for the LM3533 - a complete power source for > > > backlight, keypad, and indicator LEDs in smartphone handsets. > > > The high-voltage inductive boost converter provides the > > > power for two series LED strings display backlight and keypad > > > functions. > > > > Wrap patch descriptions to 75 chars as describe in submitting-patches.rst > > > > Alright, though why then checkpatch script has max line length 100 chars? > > https://github.com/torvalds/linux/commit/bdc48fa11e46f867ea4d75fa59ee87a7f48be144 Because that script is intended to catch when things are very wrong not slightly so. It provides guidance that you should look at and consider whether to respond to. Checking for short wrap is trickier to do as perhaps the formatting is intended in some cases. Jonathan > > > > > > > Signed-off-by: Svyatoslav Ryhel <clamo...@gmail.com>