All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH]drivers:leds:fixed a coding style issue.
@ 2012-06-03 12:11 Jeffrin Jose
  2012-06-04  2:51 ` Bryan Wu
  0 siblings, 1 reply; 2+ messages in thread
From: Jeffrin Jose @ 2012-06-03 12:11 UTC (permalink / raw)
  To: bryan.wu, rpurdie; +Cc: linux-kernel, ahiliation

Fixed a coding style issue relating to trailing
white space error found by checkpatch.pl tool in drivers/leds/led-class.c

Signed-off-by: Jeffrin Jose <ahiliation@yahoo.co.in>
---
 drivers/leds/led-class.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/leds/led-class.c b/drivers/leds/led-class.c
index 8ee92c8..e663e6f 100644
--- a/drivers/leds/led-class.c
+++ b/drivers/leds/led-class.c
@@ -29,7 +29,7 @@ static void led_update_brightness(struct led_classdev *led_cdev)
 		led_cdev->brightness = led_cdev->brightness_get(led_cdev);
 }
 
-static ssize_t led_brightness_show(struct device *dev, 
+static ssize_t led_brightness_show(struct device *dev,
 		struct device_attribute *attr, char *buf)
 {
 	struct led_classdev *led_cdev = dev_get_drvdata(dev);
-- 
1.7.10


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH]drivers:leds:fixed a coding style issue.
  2012-06-03 12:11 [PATCH]drivers:leds:fixed a coding style issue Jeffrin Jose
@ 2012-06-04  2:51 ` Bryan Wu
  0 siblings, 0 replies; 2+ messages in thread
From: Bryan Wu @ 2012-06-04  2:51 UTC (permalink / raw)
  To: Jeffrin Jose; +Cc: rpurdie, linux-kernel

On Sun, Jun 3, 2012 at 8:11 PM, Jeffrin Jose <ahiliation@yahoo.co.in> wrote:
> Fixed a coding style issue relating to trailing
> white space error found by checkpatch.pl tool in drivers/leds/led-class.c
>
> Signed-off-by: Jeffrin Jose <ahiliation@yahoo.co.in>

OK, applied in my fixes-for-3.5 branch and changed the subject to
"leds: fixed a coding style issue."

Thanks,
-Bryan

> ---
>  drivers/leds/led-class.c |    2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/leds/led-class.c b/drivers/leds/led-class.c
> index 8ee92c8..e663e6f 100644
> --- a/drivers/leds/led-class.c
> +++ b/drivers/leds/led-class.c
> @@ -29,7 +29,7 @@ static void led_update_brightness(struct led_classdev *led_cdev)
>                led_cdev->brightness = led_cdev->brightness_get(led_cdev);
>  }
>
> -static ssize_t led_brightness_show(struct device *dev,
> +static ssize_t led_brightness_show(struct device *dev,
>                struct device_attribute *attr, char *buf)
>  {
>        struct led_classdev *led_cdev = dev_get_drvdata(dev);
> --
> 1.7.10
>



-- 
Bryan Wu <bryan.wu@canonical.com>
Kernel Developer    +86.186-168-78255 Mobile
Canonical Ltd.      www.canonical.com
Ubuntu - Linux for human beings | www.ubuntu.com

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2012-06-04  2:51 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-06-03 12:11 [PATCH]drivers:leds:fixed a coding style issue Jeffrin Jose
2012-06-04  2:51 ` Bryan Wu

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.