First
|
Prev |
Next
|
Last
Pages: 2124 2125 2126 2127 2128 2129 2130 2131 2132 2133 2134 2135 2136 2137 2138 2139 2140 2141 2142 2143 2144
Some simple Checkpatch.pl cleanup Hi all, here's some simple Checkpatch.pl cleanup. They apply and compile on latest Linus' git tree¹ as well as on next-20100226. Thanks a lot for your work, Andrea -------------------------- ¹ 06a79b82b2a3e4bebb9a20638ca208c780e9e507 -- To unsubscribe from this list: send the line "unsubscribe ... 27 Feb 2010 12:07
[PATCH 19/66] arch/parisc/include/asm/current.h: Checkpatch cleanup arch/parisc/include/asm/current.h:8: ERROR: "foo * bar" should be "foo *bar" arch/parisc/include/asm/current.h:12: ERROR: trailing whitespace Signed-off-by: Andrea Gelmini <andrea.gelmini(a)gelma.net> --- arch/parisc/include/asm/current.h | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git... 27 Feb 2010 12:07
[PATCH 08/66] arch/arm/mach-sa1100/include/mach/timex.h: Checkpatch cleanup arch/arm/mach-sa1100/include/mach/timex.h:6: ERROR: trailing whitespace Signed-off-by: Andrea Gelmini <andrea.gelmini(a)gelma.net> --- arch/arm/mach-sa1100/include/mach/timex.h | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/arch/arm/mach-sa1100/include/mach/timex.h b/arch/arm/mach-sa11... 27 Feb 2010 12:07
[PATCH 41/66] drivers/md/linear.h: Checkpatch cleanup drivers/md/linear.h:12: ERROR: open brace '{' following struct go on the same line Signed-off-by: Andrea Gelmini <andrea.gelmini(a)gelma.net> --- drivers/md/linear.h | 3 +-- 1 files changed, 1 insertions(+), 2 deletions(-) diff --git a/drivers/md/linear.h b/drivers/md/linear.h index 0ce29b6..3860fd8 100644... 27 Feb 2010 12:07
[PATCH 34/66] arch/um/os-Linux/drivers/etap.h: Checkpatch cleanup arch/um/os-Linux/drivers/etap.h:1: ERROR: trailing whitespace Signed-off-by: Andrea Gelmini <andrea.gelmini(a)gelma.net> --- arch/um/os-Linux/drivers/etap.h | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/arch/um/os-Linux/drivers/etap.h b/arch/um/os-Linux/drivers/etap.h index ddffd41..... 27 Feb 2010 12:07
[PATCH 38/66] sound/oss/coproc.h: Checkpatch cleanup sound/oss/coproc.h:7: ERROR: trailing whitespace Signed-off-by: Andrea Gelmini <andrea.gelmini(a)gelma.net> --- sound/oss/coproc.h | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/sound/oss/coproc.h b/sound/oss/coproc.h index 7306346..7bec21b 100644 --- a/sound/oss/coproc.h +++ b/soun... 27 Feb 2010 12:07
[PATCH 10/66] arch/um/kernel/gprof_syms.c: Checkpatch cleanup arch/um/kernel/gprof_syms.c:1: ERROR: trailing whitespace Signed-off-by: Andrea Gelmini <andrea.gelmini(a)gelma.net> --- arch/um/kernel/gprof_syms.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/arch/um/kernel/gprof_syms.c b/arch/um/kernel/gprof_syms.c index e2f043d..ec82929 100644 ... 27 Feb 2010 12:07
[PATCH 63/66] arch/um/sys-ppc/shared/sysdep/skas_ptrace.h: Checkpatch cleanup arch/um/sys-ppc/shared/sysdep/skas_ptrace.h:10: ERROR: code indent should use tabs where possible arch/um/sys-ppc/shared/sysdep/skas_ptrace.h:11: ERROR: code indent should use tabs where possible arch/um/sys-ppc/shared/sysdep/skas_ptrace.h:15: ERROR: code indent should use tabs where possible arch/um/sys-ppc/shared/... 27 Feb 2010 12:07
[PATCH 46/66] drivers/isdn/hardware/eicon/os_bri.h: Checkpatch cleanup drivers/isdn/hardware/eicon/os_bri.h:6: ERROR: "foo * bar" should be "foo *bar" Signed-off-by: Andrea Gelmini <andrea.gelmini(a)gelma.net> --- drivers/isdn/hardware/eicon/os_bri.h | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/drivers/isdn/hardware/eicon/os_bri.h b/drivers/isdn/hardwar... 27 Feb 2010 12:07
[PATCH 40/66] include/linux/netfilter/nf_conntrack_tuple_common.h: Checkpatch cleanup include/linux/netfilter/nf_conntrack_tuple_common.h:5: ERROR: open brace '{' following enum go on the same line Signed-off-by: Andrea Gelmini <andrea.gelmini(a)gelma.net> --- .../linux/netfilter/nf_conntrack_tuple_common.h | 3 +-- 1 files changed, 1 insertions(+), 2 deletions(-) diff --git a/include/linu... 27 Feb 2010 12:07 |