search for: cleanpatch

Displaying 3 results from an estimated 3 matches for "cleanpatch".

2011 Sep 23
0
platform.h in both our trees.
Hey Jeremy, In one of my trees (devel/acpi-s3.v3) I went through and ran cleanpatch against all of the patches and fixed the platform.h space issues. Also I removed most of the typedefs. Anyhow I was wondering if you could re-base some of your trees to use that? git commit 3e17f59456fbf5a97ae477fda61018be0947dd7e _______________________________________________ Xen-devel mailing...
2012 Jan 21
1
[PATCH] include/checkpatch: Prefer __scanf to __attribute__((format(scanf, ...)
It's equivalent to __printf, so prefer __scanf. Signed-off-by: Joe Perches <joe at perches.com> --- include/linux/compiler-gcc.h | 3 ++- include/linux/kernel.h | 8 ++++---- include/xen/xenbus.h | 4 ++-- scripts/checkpatch.pl | 6 ++++++ 4 files changed, 14 insertions(+), 7 deletions(-) diff --git a/include/linux/compiler-gcc.h
2012 Jan 21
1
[PATCH] include/checkpatch: Prefer __scanf to __attribute__((format(scanf, ...)
It's equivalent to __printf, so prefer __scanf. Signed-off-by: Joe Perches <joe at perches.com> --- include/linux/compiler-gcc.h | 3 ++- include/linux/kernel.h | 8 ++++---- include/xen/xenbus.h | 4 ++-- scripts/checkpatch.pl | 6 ++++++ 4 files changed, 14 insertions(+), 7 deletions(-) diff --git a/include/linux/compiler-gcc.h