From 07aa0071b7731c08909ed2ea7ab99a62fa934ff0 Mon Sep 17 00:00:00 2001 From: Mauro Carvalho Chehab Date: Sat, 9 May 2009 06:24:32 -0300 Subject: Kbuild: add a new target to check for section mismatches From: Mauro Carvalho Chehab Signed-off-by: Mauro Carvalho Chehab --- INSTALL | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'INSTALL') diff --git a/INSTALL b/INSTALL index 5ff4860af..c154677d5 100644 --- a/INSTALL +++ b/INSTALL @@ -134,3 +134,9 @@ checkpatch - checks codingstyle and reports using the same checkterse - checks codingstyle and reports using terse syntax, used on several compilaton tools. + +mismatch - checks for linker section mismatch. In other words, + check if some driver has functions not properly + declared with __init/__exit, and similar tags. + It will also be more pedantic by dealing with + compilation warnings as if they are errors. -- cgit v1.2.3