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