mirror of
https://github.com/torvalds/linux.git
synced 2024-11-10 14:11:52 +00:00
hwmon: submitting-patches: Add note on comment style
Ask for standard multi-line comments, and ask for consistent comment style. Signed-off-by: Guenter Roeck <linux@roeck-us.net>
This commit is contained in:
parent
9b0cffa6c4
commit
4e19e72f45
@ -20,6 +20,10 @@ increase the chances of your change being accepted.
|
||||
errors, no warnings, and few if any check messages. If there are any
|
||||
messages, please be prepared to explain.
|
||||
|
||||
* Please use the standard multi-line comment style. Do not mix C and C++
|
||||
style comments in a single driver (with the exception of the SPDX license
|
||||
identifier).
|
||||
|
||||
* If your patch generates checkpatch errors, warnings, or check messages,
|
||||
please refrain from explanations such as "I prefer that coding style".
|
||||
Keep in mind that each unnecessary message helps hiding a real problem,
|
||||
|
Loading…
Reference in New Issue
Block a user