CHECK: Alignment should match open parenthesis #324: FILE: bat_sysfs.c:324: + if (strncmp(buff, GW_MODE_CLIENT_NAME, + strlen(GW_MODE_CLIENT_NAME)) == 0)
CHECK: Alignment should match open parenthesis #328: FILE: bat_sysfs.c:328: + if (strncmp(buff, GW_MODE_SERVER_NAME, + strlen(GW_MODE_SERVER_NAME)) == 0)
total: 0 errors, 0 warnings, 2 checks, 691 lines checked
NOTE: Ignored message types: COMPLEX_MACRO
bat_sysfs.c has style problems, please review.
If any of these errors are false positives, please report them to the maintainer, see CHECKPATCH in MAINTAINERS.