summaryrefslogtreecommitdiffstats
path: root/common/env_sf.c
diff options
context:
space:
mode:
authorJagannadha Sutradharudu Teki <jaganna@xilinx.com>2013-07-29 22:12:52 +0530
committerJagannadha Sutradharudu Teki <jaganna@xilinx.com>2013-08-06 23:58:43 +0530
commit402ba1e3a0a6ccb100f84502f36774d6d4c3cec3 (patch)
tree09ee5c1a158a37cef3955a69f54676374d07fc6e /common/env_sf.c
parentfd35ca5c205333414ffc5f011f7427c3375852d1 (diff)
downloadblackbird-obmc-uboot-402ba1e3a0a6ccb100f84502f36774d6d4c3cec3.tar.gz
blackbird-obmc-uboot-402ba1e3a0a6ccb100f84502f36774d6d4c3cec3.zip
cmd_sf|env_sf: Fix code cleanup
- line over 80 characters - add tabs - CHECK: Alignment should match open parenthesis Signed-off-by: Jagannadha Sutradharudu Teki <jaganna@xilinx.com>
Diffstat (limited to 'common/env_sf.c')
-rw-r--r--common/env_sf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/env_sf.c b/common/env_sf.c
index e3e1897ccb..9f806fb090 100644
--- a/common/env_sf.c
+++ b/common/env_sf.c
@@ -7,7 +7,7 @@
*
* (C) Copyright 2008 Atmel Corporation
*
- * SPDX-License-Identifier: GPL-2.0+
+ * SPDX-License-Identifier: GPL-2.0+
*/
#include <common.h>
#include <environment.h>
OpenPOWER on IntegriCloud