Commit d498eb57 authored by Linus Torvalds's avatar Linus Torvalds Committed by David S. Miller

Use the right CFLAGS for source checking. Fix grammar.

parent 6a2e2bf8
......@@ -66,10 +66,10 @@ __build: $(if $(KBUILD_BUILTIN),$(O_TARGET) $(L_TARGET) $(extra-y)) \
$(subdir-ym) $(always)
@:
# Linus's kernel sanity checking tool
# Linus' kernel sanity checking tool
ifneq ($(KBUILD_CHECKSRC),0)
quiet_cmd_checksrc = CHECK $<
cmd_checksrc = $(CHECK) $(CFLAGS) $< ;
cmd_checksrc = $(CHECK) $(c_flags) $< ;
endif
# Module versioning
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment