Checkpatch.pl false positive? "ERROR: return is not a function, parentheses are not required"
Hi, I've used checkpatch.pl to verify drivers/staging/dt3155/dt3155_isr.c, in order to provide a patch which fixes the errors and warnings found by checkpatch. The script returns the following error: ERROR: return is not a function, parentheses are not required #155: FILE: staging/dt3155/dt3155_isr.c:155: + r... 28 Mar 2010 15:40
Rename imacfb.txt to efifb.txt and change imacfb to efifb.
On 03/28/2010 11:54 AM, Geert Uytterhoeven wrote: On Sun, Mar 28, 2010 at 19:43, Justin P. Mattock <justinmattock(a)gmail.com> wrote: Rename imacfb.txt to efifb.txt since imacfb was moved to efifb,and change imacfb to efifb. Note:I used git rm for imacfb.txt, but git renamed this file to efifb.txt ... 28 Mar 2010 15:40
[PATCH net-next trivial] MAINTAINERS: ipg: Jesse Huang's email address bounces
Signed-off-by: Joe Perches <joe(a)perches.com> --- diff --git a/MAINTAINERS b/MAINTAINERS index 28d4bf0..73a9e1a 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -2998,10 +2998,9 @@ F: net/ipv4/netfilter/ipt_MASQUERADE.c IP1000A 10/100/1000 GIGABIT ETHERNET DRIVER M: Francois Romieu <romieu(a)fr.zoreil.com> M: Sor... 28 Mar 2010 15:40
Response Is Urgently Needed.
Welcome to www.vt.edu (VIRGINIA TECH) We are currently performing maintenance for all www.vt.edu (VIRGINIA TECH) Webmail Internet Security Server in other to ensure you do not experience service interruption. Please you must reply to this email immediately and enter your vt.edu Personal Account Username (____... 28 Mar 2010 14:34
adding some machines to efifb.c
I've noticed in efifb.c that there is no entry for MacbookPro2,2 and iMac9,1 I've spent the last few days looking into this, but had no luck i.g. finding the physical address of the framebuffer seems a bit tricky for my knowledge. I do have these machines, if it's possible I'd like to add these machines, but ... 28 Mar 2010 14:34
Response Is Urgently Needed.
Welcome to www.vt.edu (VIRGINIA TECH) We are currently performing maintenance for all www.vt.edu (VIRGINIA TECH) Webmail Internet Security Server in other to ensure you do not experience service interruption. Please you must reply to this email immediately and enter your vt.edu Personal Account Username (____... 28 Mar 2010 14:34
[PATCH] Rename imacfb.txt to efifb.txt and change imacfb to efifb.
Rename imacfb.txt to efifb.txt since imacfb was moved to efifb,and change imacfb to efifb. Note:I used git rm for imacfb.txt, but git renamed this file to efifb.txt after everything was said and done, not sure if this is correct or not. Signed-off-by: Justin P. Mattock <justinmattock(a)gmail.com> --- Documen... 28 Mar 2010 14:34
[PATCH] Fix requr and fragement in comments
Signed-off-by: Gilles Espinasse <g.esp(a)free.fr> --- drivers/staging/vt6655/rxtx.c | 14 +++++++------- drivers/staging/vt6656/rxtx.c | 6 +++--- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/drivers/staging/vt6655/rxtx.c b/drivers/staging/vt6655/rxtx.c index ed3070e..4fcc435 100644 --- ... 28 Mar 2010 14:34
[PATCH] Fix requr typo on crypto/Kconfig
Signed-off-by: Gilles Espinasse <g.esp(a)free.fr> --- crypto/Kconfig | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/crypto/Kconfig b/crypto/Kconfig index 403857a..9d9434f 100644 --- a/crypto/Kconfig +++ b/crypto/Kconfig @@ -28,7 +28,7 @@ config CRYPTO_FIPS This options enables th... 28 Mar 2010 14:34
[PATCH] Add hotplug support to mcp251x driver
Chip model can now be selected directly by matching the modalias name (instead of filling the .model field in platform_data), and allows the module to be auto-loaded. Previous behaviour is of course still supported. Convert the two in-tree users to this feature (icontrol & zeus). Tested on an Zeus platform (mcp25... 28 Mar 2010 13:25