diff options
author | Jagannadha Sutradharudu Teki <jaganna@xilinx.com> | 2013-07-29 22:12:52 +0530 |
---|---|---|
committer | Jagannadha Sutradharudu Teki <jaganna@xilinx.com> | 2013-08-06 23:58:43 +0530 |
commit | 402ba1e3a0a6ccb100f84502f36774d6d4c3cec3 (patch) | |
tree | 09ee5c1a158a37cef3955a69f54676374d07fc6e /common/env_sf.c | |
parent | fd35ca5c205333414ffc5f011f7427c3375852d1 (diff) | |
download | u-boot-imx-402ba1e3a0a6ccb100f84502f36774d6d4c3cec3.zip u-boot-imx-402ba1e3a0a6ccb100f84502f36774d6d4c3cec3.tar.gz u-boot-imx-402ba1e3a0a6ccb100f84502f36774d6d4c3cec3.tar.bz2 |
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.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/env_sf.c b/common/env_sf.c index e3e1897..9f806fb 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> |