* Peter Oberparleiter <oberpar@xxxxxxxxxxxxxxxxxx> wrote:[...]
+/* __gcov_init is called by gcc-generated constructor code for each object
+ * file compiled with -fprofile-arcs. */
It isnt about the amount of comments, it is about the plain (and simple to rectify) fact that the above two-lines comment is inconsistent with other kernel code.
What do you mean by winged comments?$(asflags-y) $(AFLAGS_$(basetarget).o)Please try to use winged comments in makefiles too.
_cpp_flags = $(KBUILD_CPPFLAGS) $(cppflags-y) $(CPPFLAGS_$(@F))
+# Enable gcov profiling flags for a file, directory or for all files depending
+# on variables GCOV_PROFILE_obj.o, GCOV_PROFILE and CONFIG_GCOV_PROFILE_ALL
+# (in this order)
+ifeq ($(CONFIG_GCOV_KERNEL),y)
This:
/*
* Comment .....
* ...... goes here:
*/
Is called a winged comment. Its makefile equivalent is: