]> www.infradead.org Git - users/jedix/linux-maple.git/commitdiff
sparc64: remove trailing white spaces
authorPavel Tatashin <pasha.tatashin@oracle.com>
Mon, 12 Jun 2017 20:41:41 +0000 (16:41 -0400)
committerAllen Pais <allen.pais@oracle.com>
Thu, 29 Jun 2017 08:09:42 +0000 (13:39 +0530)
A few changes that were reported by checkpatch, removed all trailing white
spaces in these two files.

Signed-off-by: Pavel Tatashin <pasha.tatashin@oracle.com>
Reviewed-by: Shannon Nelson <shannon.nelson@oracle.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Orabug: 24401250
Orabug: 25637776

(cherry picked from commit 68a792174d7f67c7d2108bf1cc55ab8a63fc4678)
Signed-off-by: Pavel Tatashin <pasha.tatashin@oracle.com>
Signed-off-by: Allen Pais <allen.pais@oracle.com>
arch/sparc/include/asm/setup.h
arch/sparc/kernel/setup_64.c

index 478bf6bb4598b345dd7f590beee86f43893e7645..7cf712fa37a6ce3a75d86af7bf434a970c235772 100644 (file)
@@ -1,5 +1,5 @@
 /*
- *     Just a place holder. 
+ *     Just a place holder.
  */
 #ifndef _SPARC_SETUP_H
 #define _SPARC_SETUP_H
index eb89c221ead41d9e442628c263527a301c77b015..2286e192ff8b1b88e9f02afb500fb7895f7e9780 100644 (file)
@@ -97,7 +97,7 @@ static struct console prom_early_console = {
        .index =        -1,
 };
 
-/* 
+/*
  * Process kernel command line switches that are specific to the
  * SPARC or that require special low-level processing.
  */
@@ -689,7 +689,7 @@ void __init setup_arch(char **cmdline_p)
 #ifdef CONFIG_BLK_DEV_RAM
        rd_image_start = ram_flags & RAMDISK_IMAGE_START_MASK;
        rd_prompt = ((ram_flags & RAMDISK_PROMPT_FLAG) != 0);
-       rd_doload = ((ram_flags & RAMDISK_LOAD_FLAG) != 0);     
+       rd_doload = ((ram_flags & RAMDISK_LOAD_FLAG) != 0);
 #endif
 
        task_thread_info(&init_task)->kregs = &fake_swapper_regs;
@@ -698,7 +698,7 @@ void __init setup_arch(char **cmdline_p)
        if (!ic_set_manually) {
                phandle chosen = prom_finddevice("/chosen");
                u32 cl, sv, gw;
-               
+
                cl = prom_getintdefault (chosen, "client-ip", 0);
                sv = prom_getintdefault (chosen, "server-ip", 0);
                gw = prom_getintdefault (chosen, "gateway-ip", 0);