Re: [PATCH] Cpufreq: ARM IMX6Q: Select PM_OPP

2014-07-14 Thread Nicolas Del Piano
El 14/07/14 09:43, Ezequiel Garcia escribió: Thanks for the patch. I have just a very minor nitpick to comment; if you run a git log, you'll see the subject should be: "cpufreq: imx6q: Select PM_OPP" In general, it's better to see the recent commits to find out how to write the commit title; ea

[PATCH] Cpufreq: ARM IMX6Q: Select PM_OPP

2014-07-13 Thread Nicolas Del Piano
PM_OPP is a library used by several of the existing cpufreq drivers. ARM IMX6Q cpufreq driver uses this library for its functionality. Thus, it should be selected in Kconfig. Reported-by: Ezequiel Garcia Signed-off-by: Nicolas Del Piano --- drivers/cpufreq/Kconfig.arm |1 + 1 file changed

[PATCH] Staging: vt6655: tether: fixed a brace coding style issue

2014-04-25 Thread Nicolas Del Piano
Fixed a coding style issue. Signed-off-by: Nicolas Del Piano --- drivers/staging/vt6655/tether.c |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/staging/vt6655/tether.c b/drivers/staging/vt6655/tether.c index a5dc3c09..1e7d3e2 100644 --- a/drivers/staging

[PATCH] Staging: octeon-usb: fixed a macro coding style issue

2014-04-25 Thread Nicolas Del Piano
Fixed a coding style error, macros with complex values should be enclosed in parentheses. Signed-off-by: Nicolas Del Piano --- drivers/staging/octeon-usb/octeon-hcd.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/staging/octeon-usb/octeon-hcd.c b/drivers

[PATCH] Staging: octeon-usb: fixed a macro coding style issue

2014-04-25 Thread Nicolas Del Piano
Fixed a coding style error, macros with comples values should be enclosed in parenthesis. Signed-off-by: Nicolas Del Piano --- drivers/staging/octeon-usb/octeon-hcd.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/staging/octeon-usb/octeon-hcd.c b/drivers

[PATCH] Staging: comedi: drivers: fixed a coding style issue.

2014-04-24 Thread Nicolas Del Piano
>From 38e0d5778bd97062115e7d8a8ca40d18f3d71707 Mon Sep 17 00:00:00 2001 From: Nicolas Del Piano Date: Thu, 24 Apr 2014 18:46:49 -0300 Subject: [PATCH] Staging: comedi: drivers: fixed a missing blank line after a declaration coding style. Fixed a coding style issue. Signed-off-by: Nicolas

[PATCH] octeon-usb/octeon-hcd.c

2014-04-22 Thread Nicolas Del Piano
Subject: [PATCH] coding style errors fix From: Nicolas Del Piano Fixed all the coding style errors. There are some warnings that may be fixed. Signed-off-by: Nicolas Del Piano --- --- linux-next/drivers/staging/octeon-usb/octeon-hcd.c.orig 2014-04-19 02:31:31.626040005 -0300 +++ linux

Fwd: [PATCH] octeon-usb/octeon-hcd.c

2014-04-19 Thread Nicolas Del Piano
Hello, this is a patch that I made for the Eudyptula Challenge. Please let me know if there are any mistakes! I send it to the list because the maintainer does not respond. Regards, Nicolas Subject: [PATCH] coding style errors fix From: Nicolas Del Piano Fixed all the coding style errors