]> git.karo-electronics.de Git - karo-tx-linux.git/commit
gcov-add-support-for-gcc-47-gcov-format-checkpatch-fixes
authorAndrew Morton <akpm@linux-foundation.org>
Tue, 5 Nov 2013 05:57:41 +0000 (16:57 +1100)
committerStephen Rothwell <sfr@canb.auug.org.au>
Tue, 5 Nov 2013 05:57:41 +0000 (16:57 +1100)
commit56f60b52f607339db14f82f116a9995f15fefa04
tree316cb5701fe7af630b5b204fdb19e88e1dd9d035
parentfe1d17941322330b4721478ab991337bc33bb610
gcov-add-support-for-gcc-47-gcov-format-checkpatch-fixes

ERROR: that open brace { should be on the previous line
#227: FILE: kernel/gcov/gcc_4_7.c:179:
+ for (fi_idx = 0; fi_idx < info->n_functions; fi_idx++)
+ {

ERROR: that open brace { should be on the previous line
#269: FILE: kernel/gcov/gcc_4_7.c:221:
+ for (fi_idx = 0; fi_idx < src->n_functions; fi_idx++)
+ {

total: 2 errors, 0 warnings, 574 lines checked

./patches/gcov-add-support-for-gcc-47-gcov-format.patch has style problems, please review.

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

Please run checkpatch prior to sending patches

Cc: Frantisek Hrbata <fhrbata@redhat.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
kernel/gcov/gcc_4_7.c