diff options
author | Al Viro <viro@zeniv.linux.org.uk> | 2011-12-29 17:09:01 -0500 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2012-01-02 13:04:55 +0100 |
commit | d36b691077dc59c74efec0d54ed21b86f7a2a21a (patch) | |
tree | 4f4a82eab16f403f531a860a428ebbec4c0d0db3 /drivers/video/omap | |
parent | 92f1b8518708c085ed7d07d8e7ed36411c92fa4f (diff) |
misc latin1 to utf8 conversions
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'drivers/video/omap')
-rw-r--r-- | drivers/video/omap/rfbi.c | 2 | ||||
-rw-r--r-- | drivers/video/omap/sossi.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/drivers/video/omap/rfbi.c b/drivers/video/omap/rfbi.c index 0c6981f1a4a3..2c1a3402bef0 100644 --- a/drivers/video/omap/rfbi.c +++ b/drivers/video/omap/rfbi.c @@ -2,7 +2,7 @@ * OMAP2 Remote Frame Buffer Interface support * * Copyright (C) 2005 Nokia Corporation - * Author: Juha Yrjölä <juha.yrjola@nokia.com> + * Author: Juha Yrjölä <juha.yrjola@nokia.com> * Imre Deak <imre.deak@nokia.com> * * This program is free software; you can redistribute it and/or modify it diff --git a/drivers/video/omap/sossi.c b/drivers/video/omap/sossi.c index 8fb7c708f563..f79c137753d7 100644 --- a/drivers/video/omap/sossi.c +++ b/drivers/video/omap/sossi.c @@ -2,7 +2,7 @@ * OMAP1 Special OptimiSed Screen Interface support * * Copyright (C) 2004-2005 Nokia Corporation - * Author: Juha Yrjölä <juha.yrjola@nokia.com> + * Author: Juha Yrjölä <juha.yrjola@nokia.com> * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License as published by the |