Skip to content
Snippets Groups Projects
Commit 4e19e72f authored by Guenter Roeck's avatar Guenter Roeck
Browse files

hwmon: submitting-patches: Add note on comment style


Ask for standard multi-line comments, and ask for consistent
comment style.

Signed-off-by: default avatarGuenter Roeck <linux@roeck-us.net>
parent 9b0cffa6
No related branches found
No related tags found
No related merge requests found
...@@ -20,6 +20,10 @@ increase the chances of your change being accepted. ...@@ -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 errors, no warnings, and few if any check messages. If there are any
messages, please be prepared to explain. 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, * If your patch generates checkpatch errors, warnings, or check messages,
please refrain from explanations such as "I prefer that coding style". please refrain from explanations such as "I prefer that coding style".
Keep in mind that each unnecessary message helps hiding a real problem, Keep in mind that each unnecessary message helps hiding a real problem,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment