• J
    x86: process_32.c fix style problems · befa9e78
    Jaswinder Singh Rajput 提交于
    Impact: cleanup
    
    Fix:
    
     WARNING: Use #include <linux/uaccess.h> instead of <asm/uaccess.h>
     WARNING: Use #include <linux/io.h> instead of <asm/io.h>
     WARNING: Use #include <linux/kdebug.h> instead of <asm/kdebug.h>
     WARNING: Use #include <linux/smp.h> instead of <asm/smp.h>
     ERROR: "foo * bar" should be "foo *bar"
     ERROR: trailing whitespace
     ERROR: spaces required around that ':' (ctx:WxO)
     ERROR: spaces required around that ':' (ctx:OxW)
    
     total: 7 errors, 4 warnings
    Signed-off-by: NJaswinder Singh Rajput <jaswinderrajput@gmail.com>
    Signed-off-by: NIngo Molnar <mingo@elte.hu>
    befa9e78
process_32.c 17.2 KB