]> git.karo-electronics.de Git - karo-tx-uboot.git/blobdiff - board/ppmc8260/strataflash.c
Coding Style cleanup: replace leading SPACEs by TABs
[karo-tx-uboot.git] / board / ppmc8260 / strataflash.c
index 3f4fcb93eb27f1ef76f45e70c36871f722c5c872..ea3c42eed4b6144bd2a9b1fceb9b45b0c3e43fad 100644 (file)
@@ -2,7 +2,7 @@
  * (C) Copyright 2002
  * Brad Kemp, Seranoa Networks, Brad.Kemp@seranoa.com
  *
- * SPDX-License-Identifier:    GPL-2.0+ 
+ * SPDX-License-Identifier:    GPL-2.0+
  */
 
 #include <common.h>
@@ -407,7 +407,7 @@ static int flash_full_status_check(flash_info_t * info, ulong sector, ulong tout
                        printf("Command Sequence Error.\n");
                } else if(flash_isset(info, sector, 0, FLASH_STATUS_ECLBS)){
                        printf("Block Erase Error.\n");
-                       retcode = ERR_NOT_ERASED;
+                       retcode = ERR_NOT_ERASED;
                } else if (flash_isset(info, sector, 0, FLASH_STATUS_PSLBS)) {
                        printf("Locking Error\n");
                }