The patch number 8217 was added via Thierry MERLE <[EMAIL PROTECTED]>
to http://linuxtv.org/hg/v4l-dvb master development tree.
Kernel patches in this development tree may be modified to be backward
compatible with older kernels. Compatibility modifications will be
removed before inclusion into the mainstream Kernel
If anyone has any objections, please let us know by sending a message to:
[EMAIL PROTECTED]
------
From: Hans de Goede <[EMAIL PROTECTED]>
v4l2-library: v4l-dvb-do-not-strip-patch-files
The libv4l directory contains some bugfix patches / port to libv4l patches
for various applications, strip-trailing-whitespaces.sh should not touch these
this patch teaches strip-trailing-whitespaces.sh to not touch .patch files.
Signed-off-by: Hans de Goede <[EMAIL PROTECTED]>
Signed-off-by: Thierry MERLE <[EMAIL PROTECTED]>
---
v4l/scripts/strip-trailing-whitespaces.sh | 6 ++++++
1 file changed, 6 insertions(+)
diff -r ab8e95a2398f -r 7ef1f3daddc6 v4l/scripts/strip-trailing-whitespaces.sh
--- a/v4l/scripts/strip-trailing-whitespaces.sh Tue Jul 01 21:18:23 2008 +0200
+++ b/v4l/scripts/strip-trailing-whitespaces.sh Thu Jul 03 20:34:29 2008 +0200
@@ -20,6 +20,12 @@ fi
fi
for file in `eval $files`; do
+ case "$file" in
+ *.patch)
+ continue
+ ;;
+ esac
+
perl -ne '
s/[ \t]+$//;
s<^ {8}> <\t>;
---
Patch is available at:
http://linuxtv.org/hg/v4l-dvb/rev/7ef1f3daddc65c32ae0fd2ccd0dc7a9c75fc4f9a
_______________________________________________
linuxtv-commits mailing list
[email protected]
http://www.linuxtv.org/cgi-bin/mailman/listinfo/linuxtv-commits