2020-04-24 23:14:42

by Tedd Ho-Jeong An

[permalink] [raw]
Subject: [PATCH 1/3] Test patch #1: LONG_LINE_COMMENT

DO NOT MERGE

Test patch #1
---
tools/btpclient.c | 2 ++
1 file changed, 2 insertions(+)

diff --git a/tools/btpclient.c b/tools/btpclient.c
index f9c693056..aa8a2bae4 100644
--- a/tools/btpclient.c
+++ b/tools/btpclient.c
@@ -3160,6 +3160,8 @@ int main(int argc, char *argv[])

l_log_set_stderr();

+ /* This is a test comment to test checkpatch.pl for long line over 80 column line */
+
while ((opt = getopt_long(argc, argv, "+hs:vq", options, NULL)) != -1) {
switch (opt) {
case 's':
--
2.25.3


2020-04-25 02:36:05

by bluez.test.bot

[permalink] [raw]
Subject: RE: [1/3] Test patch #1: LONG_LINE_COMMENT


This is automated email and please do not replay to this email!

Dear submitter,

Thank you for submitting the patches to the linux bluetooth mailing list.
While we are preparing for reviewing the patches, we found the following
issue/warning.


Test Result:
Checkpatch Failed

Patch Title:
[1/3] Test patch #1: LONG_LINE_COMMENT

Output:
WARNING:LONG_LINE_COMMENT: line over 80 characters
#18: FILE: tools/btpclient.c:3163:
+ /* This is a test comment to test checkpatch.pl for long line over 80 column line */

- total: 0 errors, 1 warnings, 8 lines checked

NOTE: For some of the reported defects, checkpatch may be able to
mechanically convert to the typical style using --fix or --fix-inplace.

Your patch has style problems, please review.

NOTE: Ignored message types: COMMIT_MESSAGE COMPLEX_MACRO CONST_STRUCT FILE_PATH_CHANGES MISSING_SIGN_OFF PREFER_PACKED SPLIT_STRING

NOTE: If any of the errors are false positives, please report
them to the maintainer, see CHECKPATCH in MAINTAINERS.



For more details about BlueZ coding style guide, please find it
in doc/coding-style.txt

---
Regards,
Linux Bluetooth