summaryrefslogtreecommitdiff
path: root/INSTALL
diff options
context:
space:
mode:
authorMauro Carvalho Chehab <mchehab@redhat.com>2009-05-11 22:11:45 -0300
committerMauro Carvalho Chehab <mchehab@redhat.com>2009-05-11 22:11:45 -0300
commit01fac01fcb8830923bc85ba8d13146921d821dac (patch)
treef9bc27e620621001442074cc2898dc6c796d70c8 /INSTALL
parent39ae4cb418ef242558b61172ca37807dd184fb70 (diff)
parent2c8b481bed8efbeda28d5b75e0aeb5c089fc76e8 (diff)
downloadmediapointer-dvb-s2-01fac01fcb8830923bc85ba8d13146921d821dac.tar.gz
mediapointer-dvb-s2-01fac01fcb8830923bc85ba8d13146921d821dac.tar.bz2
merge: http://linuxtv.org/hg/~gliakhovetski/v4l-dvb
From: Mauro Carvalho Chehab <mchehab@redhat.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL6
1 files changed, 6 insertions, 0 deletions
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.