Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

docs: kdoc: improve description of MsgFormatter

The description there is quite vague. Make it clearer.

Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Message-ID: <94269990e2d665bec08a1b6f4d28d84939cb9d83.1768823489.git.mchehab+huawei@kernel.org>

authored by

Mauro Carvalho Chehab and committed by
Jonathan Corbet
35c0f975 32e9a424

+4 -1
+4 -1
tools/docs/kernel-doc
··· 182 182 """ 183 183 184 184 class MsgFormatter(logging.Formatter): 185 - """Helper class to format warnings in a similar way to kernel-doc.pl.""" 185 + """ 186 + Helper class to capitalize errors and warnings, the same way 187 + the venerable (now retired) kernel-doc.pl used to do. 188 + """ 186 189 187 190 def format(self, record): 188 191 record.levelname = record.levelname.capitalize()