diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2012-12-30 08:23:48 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2012-12-30 08:23:48 +0000 |
commit | 1ecc6972a5bdeb0f4235aaa540c9bcd1a5b144c9 (patch) | |
tree | f574f2a34bbd77f69a67cb8de4fdc14a8a9999e7 /target/linux/ramips/files/arch/mips | |
parent | 169b4d60bcc4378fa53fad38674acf1e10b93bb6 (diff) | |
download | upstream-1ecc6972a5bdeb0f4235aaa540c9bcd1a5b144c9.tar.gz upstream-1ecc6972a5bdeb0f4235aaa540c9bcd1a5b144c9.tar.bz2 upstream-1ecc6972a5bdeb0f4235aaa540c9bcd1a5b144c9.zip |
ramips: rt305x: fix garbled name in mach-mzk-w300nh2.c
Signed-off-by: Samir Ibradžić <sibradzic@gmail.com>
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34934 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/ramips/files/arch/mips')
-rw-r--r-- | target/linux/ramips/files/arch/mips/ralink/rt305x/mach-mzk-w300nh2.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/ramips/files/arch/mips/ralink/rt305x/mach-mzk-w300nh2.c b/target/linux/ramips/files/arch/mips/ralink/rt305x/mach-mzk-w300nh2.c index 53d50020fe..01cabbc0bf 100644 --- a/target/linux/ramips/files/arch/mips/ralink/rt305x/mach-mzk-w300nh2.c +++ b/target/linux/ramips/files/arch/mips/ralink/rt305x/mach-mzk-w300nh2.c @@ -1,7 +1,7 @@ /* * Planex MZK-W300NH2 board support * - * Copyright (C) 2012 Samir Ibradžić sibradzic@gmail.com + * Copyright (C) 2012 Samir Ibradžić <sibradzic@gmail.com> * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 as published |