WS cleanup: remove SPACE(s) followed by TAB
[platform/kernel/u-boot.git] / arch / nds32 / cpu / n1213 / ag101 / watchdog.S
index 8442241..8e7399d 100644 (file)
@@ -1,8 +1,7 @@
+/* SPDX-License-Identifier: GPL-2.0+ */
 /*
  * Copyright (C) 2011 Andes Technology Corporation
  * Macpaul Lin, Andes Technology Corporation <macpaul@andestech.com>
- *
- * SPDX-License-Identifier:    GPL-2.0+
  */
 
 #include <asm/arch-ag101/ag101.h>
@@ -17,7 +16,7 @@ ENTRY(turnoff_watchdog)
 #define WD_ENABLE      0x1
 
        ! Turn off the watchdog, according to Faraday FTWDT010 spec
-       li      $p0, (CONFIG_FTWDT010_BASE+WD_CR)       ! Get the addr of WD CR
+       li      $p0, (CONFIG_FTWDT010_BASE+WD_CR)       ! Get the addr of WD CR
        lwi     $p1, [$p0]                              ! Get the config of WD
        andi    $p1, $p1, 0x1f                          ! Wipe out useless bits
        li      $r0, ~WD_ENABLE