diff options
author | Javier Muñoz Mellid <jmunhoz@igalia.com> | 2010-03-29 19:35:24 +0200 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@suse.de> | 2010-05-11 11:35:53 -0700 |
commit | d82f139b5865f26b005852cd38119681fe70b0dc (patch) | |
tree | b9c0eef61e00b67d023f3977e553cccf3ebe9399 /drivers/staging/sm7xx | |
parent | ff8041bb7ca15bc5c6048e8598a896819cbec417 (diff) | |
download | blackbird-op-linux-d82f139b5865f26b005852cd38119681fe70b0dc.tar.gz blackbird-op-linux-d82f139b5865f26b005852cd38119681fe70b0dc.zip |
Staging: sm7xx: Fixed coding style issue
Fixed a format issue
Signed-off-by: Javier Muñoz Mellid <jmunhoz@igalia.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/staging/sm7xx')
-rw-r--r-- | drivers/staging/sm7xx/smtcfb.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/sm7xx/smtcfb.h b/drivers/staging/sm7xx/smtcfb.h index 7ee565c2c952..0c113835b85c 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 |