]> git.baikalelectronics.ru Git - arm-tf.git/commitdiff
drivers: renesas: rcar: delay: Fix checkpatch warnings
authorBiju Das <biju.das.jz@bp.renesas.com>
Sun, 13 Dec 2020 19:59:26 +0000 (19:59 +0000)
committerBiju Das <biju.das.jz@bp.renesas.com>
Mon, 11 Jan 2021 11:58:04 +0000 (11:58 +0000)
Fix checkpatch warnings.

There are no functional changes.

Signed-off-by: Biju Das <biju.das.jz@bp.renesas.com>
Reviewed-by: Lad Prabhakar <prabhakar.mahadev-lad.rj@bp.renesas.com>
Change-Id: Iec7dd019bd38e84eccd8cc17189745fdef1911bb

drivers/renesas/rcar/delay/micro_delay.c

index aced5891a8cb891dcc0b70472aad46bc5e3e4443..a5e2a692851d9f6597c6e63ff2226f79f915d6ce 100644 (file)
@@ -1,18 +1,19 @@
 /*
- * Copyright (c) 2018, Renesas Electronics Corporation. All rights reserved.
+ * Copyright (c) 2018-2020, Renesas Electronics Corporation. All rights reserved.
  *
  * SPDX-License-Identifier: BSD-3-Clause
  */
 
 #include <arch.h>
 #include <arch_helpers.h>
+
 #include "micro_delay.h"
 
 #define RCAR_CONV_MICROSEC             1000000U
 
 void
 #if IMAGE_BL31
-       __attribute__ ((section (".system_ram")))
+       __attribute__ ((section(".system_ram")))
 #endif
        rcar_micro_delay(uint64_t micro_sec)
 {