All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] Staging: sm7xx: Fixed coding style issues
@ 2010-03-29 17:35 Javier Muñoz Mellid
  0 siblings, 0 replies; 3+ messages in thread
From: Javier Muñoz Mellid @ 2010-03-29 17:35 UTC (permalink / raw)
  To: gregkh, teddy.wang
  Cc: wuzhangjin, sbraun, ralf, devel, linux-kernel, Javier Muñoz Mellid

Fixed some style and format issues

Signed-off-by: Javier Muñoz Mellid <jmunhoz@igalia.com>
---
 drivers/staging/sm7xx/smtcfb.c |   17 +++++++++--------
 drivers/staging/sm7xx/smtcfb.h |    2 +-
 2 files changed, 10 insertions(+), 9 deletions(-)

diff --git a/drivers/staging/sm7xx/smtcfb.c b/drivers/staging/sm7xx/smtcfb.c
index 9c82a1a..5f8d373 100644
--- a/drivers/staging/sm7xx/smtcfb.c
+++ b/drivers/staging/sm7xx/smtcfb.c
@@ -3,7 +3,7 @@
  *
  * Copyright (C) 2006 Silicon Motion Technology Corp.
  * Authors: Ge Wang, gewang@siliconmotion.com
- * 	    Boyod boyod.yang@siliconmotion.com.cn
+ *	    Boyod boyod.yang@siliconmotion.com.cn
  *
  * Copyright (C) 2009 Lemote, Inc.
  * Author: Wu Zhangjin, wuzhangjin@gmail.com
@@ -13,17 +13,18 @@
  *  more details.
  *
  * Version 0.10.26192.21.01
- * 	- Add PowerPC/Big endian support
- * 	- Add 2D support for Lynx
- * 	- Verified on2.6.19.2  Boyod.yang <boyod.yang@siliconmotion.com.cn>
+ *	- Add PowerPC/Big endian support
+ *	- Add 2D support for Lynx
+ *	- Verified on 2.6.19.2
+ *	Boyod.yang <boyod.yang@siliconmotion.com.cn>
  *
  * Version 0.09.2621.00.01
- * 	- Only support Linux Kernel's version 2.6.21.
- *	Boyod.yang  <boyod.yang@siliconmotion.com.cn>
+ *	- Only support Linux Kernel's version 2.6.21
+ *	Boyod.yang <boyod.yang@siliconmotion.com.cn>
  *
  * Version 0.09
- * 	- Only support Linux Kernel's version 2.6.12.
- * 	Boyod.yang <boyod.yang@siliconmotion.com.cn>
+ *	- Only support Linux Kernel's version 2.6.12
+ *	Boyod.yang <boyod.yang@siliconmotion.com.cn>
  */
 
 #ifndef __KERNEL__
diff --git a/drivers/staging/sm7xx/smtcfb.h b/drivers/staging/sm7xx/smtcfb.h
index 7ee565c..0c11383 100644
--- a/drivers/staging/sm7xx/smtcfb.h
+++ b/drivers/staging/sm7xx/smtcfb.h
@@ -3,7 +3,7 @@
  *
  * Copyright (C) 2006 Silicon Motion Technology Corp.
  * Authors:	Ge Wang, gewang@siliconmotion.com
- *	 	Boyod boyod.yang@siliconmotion.com.cn
+ *		Boyod boyod.yang@siliconmotion.com.cn
  *
  * Copyright (C) 2009 Lemote, Inc.
  * Author: Wu Zhangjin, wuzhangjin@gmail.com
-- 
1.7.0.3


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

* Re: [PATCH] Staging: sm7xx: Fixed coding style issues.
  2010-03-28  5:31 Kenji Toyama
@ 2010-04-29 17:21 ` Greg KH
  0 siblings, 0 replies; 3+ messages in thread
From: Greg KH @ 2010-04-29 17:21 UTC (permalink / raw)
  To: Kenji Toyama; +Cc: gregkh, devel, linux-kernel

On Sun, Mar 28, 2010 at 04:31:15PM +1100, Kenji Toyama wrote:
> Lots of tabs before spaces and some other minor issues.
> Signed-off-by: Daniel Kenji Toyama <kenji.toyama@gmail.com>
> ---
>  drivers/staging/sm7xx/smtcfb.c |   16 ++++++++--------

Sorry, but someone else already made this same change :(

greg k-h

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

* [PATCH] Staging: sm7xx: Fixed coding style issues.
@ 2010-03-28  5:31 Kenji Toyama
  2010-04-29 17:21 ` Greg KH
  0 siblings, 1 reply; 3+ messages in thread
From: Kenji Toyama @ 2010-03-28  5:31 UTC (permalink / raw)
  To: gregkh; +Cc: devel, linux-kernel, Kenji Toyama

Lots of tabs before spaces and some other minor issues.
Signed-off-by: Daniel Kenji Toyama <kenji.toyama@gmail.com>
---
 drivers/staging/sm7xx/smtcfb.c |   16 ++++++++--------
 1 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/drivers/staging/sm7xx/smtcfb.c b/drivers/staging/sm7xx/smtcfb.c
index 9c82a1a..1cc86ae 100644
--- a/drivers/staging/sm7xx/smtcfb.c
+++ b/drivers/staging/sm7xx/smtcfb.c
@@ -3,7 +3,7 @@
  *
  * Copyright (C) 2006 Silicon Motion Technology Corp.
  * Authors: Ge Wang, gewang@siliconmotion.com
- * 	    Boyod boyod.yang@siliconmotion.com.cn
+ *          Boyod boyod.yang@siliconmotion.com.cn
  *
  * Copyright (C) 2009 Lemote, Inc.
  * Author: Wu Zhangjin, wuzhangjin@gmail.com
@@ -13,17 +13,17 @@
  *  more details.
  *
  * Version 0.10.26192.21.01
- * 	- Add PowerPC/Big endian support
- * 	- Add 2D support for Lynx
- * 	- Verified on2.6.19.2  Boyod.yang <boyod.yang@siliconmotion.com.cn>
+ *     - Add PowerPC/Big endian support
+ *     - Add 2D support for Lynx
+ *     - Verified on2.6.19.2  Boyod.yang <boyod.yang@siliconmotion.com.cn>
  *
  * Version 0.09.2621.00.01
- * 	- Only support Linux Kernel's version 2.6.21.
- *	Boyod.yang  <boyod.yang@siliconmotion.com.cn>
+ *     - Only support Linux Kernel's version 2.6.21.
+ *       Boyod.yang  <boyod.yang@siliconmotion.com.cn>
  *
  * Version 0.09
- * 	- Only support Linux Kernel's version 2.6.12.
- * 	Boyod.yang <boyod.yang@siliconmotion.com.cn>
+ *     - Only support Linux Kernel's version 2.6.12.
+ *       Boyod.yang <boyod.yang@siliconmotion.com.cn>
  */
 
 #ifndef __KERNEL__
-- 
1.6.3.3


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

end of thread, other threads:[~2010-04-30 17:41 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-03-29 17:35 [PATCH] Staging: sm7xx: Fixed coding style issues Javier Muñoz Mellid
  -- strict thread matches above, loose matches on Subject: below --
2010-03-28  5:31 Kenji Toyama
2010-04-29 17:21 ` Greg KH

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.