summaryrefslogtreecommitdiffstats
path: root/target/linux/atheros/files/arch/mips/atheros/prom.c
diff options
context:
space:
mode:
authorjuhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73>2008-04-20 06:40:36 +0000
committerjuhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73>2008-04-20 06:40:36 +0000
commitdd4dcd736d9fffaeb400311d3b7945ed33e52e50 (patch)
treefd6c26b8d0853fb9f06af10fc1d187c0f863f87c /target/linux/atheros/files/arch/mips/atheros/prom.c
parent4668cb866358f1ebab1d6867a0ba422e4a5b18b7 (diff)
[atheros] nuke trailing whitespaces
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10872 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/atheros/files/arch/mips/atheros/prom.c')
-rw-r--r--target/linux/atheros/files/arch/mips/atheros/prom.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/atheros/files/arch/mips/atheros/prom.c b/target/linux/atheros/files/arch/mips/atheros/prom.c
index 73c66aca5..82617cdd3 100644
--- a/target/linux/atheros/files/arch/mips/atheros/prom.c
+++ b/target/linux/atheros/files/arch/mips/atheros/prom.c
@@ -35,7 +35,7 @@ void __init prom_init(void)
DO_AR5315(ar5315_prom_init();)
#if 0
argv = (char **)fw_arg1;
- /* RedBoot desired command line is argv[1] */
+ /* RedBoot desired command line is argv[1] */
strcat(arcs_cmdline, argv[1]);
#endif
}