pass-hal: stanard: Fix the checkpatch's warning to keep the coding style 72/149272/1 accepted/tizen/4.0/unified/20170919.170909 accepted/tizen/unified/20170915.194630 submit/tizen/20170915.013740 submit/tizen_4.0/20170915.014015
authorChanwoo Choi <cw00.choi@samsung.com>
Tue, 12 Sep 2017 04:21:08 +0000 (13:21 +0900)
committerChanwoo Choi <cw00.choi@samsung.com>
Tue, 12 Sep 2017 04:21:08 +0000 (13:21 +0900)
This patch just fixes the following checkpatch's warning.

[Warning results from Tizen's checkpatch]
src/cpu/cpu.c
:317: ERROR: [IDT_M_TAB] code indent should use tabs where possible

Change-Id: I83998bb50e3b4763f4c2388648f2233b0e72f295
Signed-off-by: Chanwoo Choi <cw00.choi@samsung.com>
src/cpu/cpu.c

index e358797..d6606aa 100644 (file)
@@ -314,7 +314,7 @@ static int standard_hotplug_set_online_state(char *res_name, int cpu, int on)
                return -EINVAL;
 
        /*
-         * NOTE: Exynos SoC series cannot turn off the CPU0
+        * NOTE: Exynos SoC series cannot turn off the CPU0
         * because of h/w design. To prevent the critical problem,
         * if someone try to turn off the CPU0, just return without any
         * opertaion.