MIPS: Whitespace cleanup.
[linux-drm-fsl-dcu.git] / arch / mips / bcm47xx / sprom.c
index 289cc0a386380e9cfa6c49eb86b1b89c0f917352..b2a7c251e471fdf3137633e81c3519513d925ee7 100644 (file)
@@ -60,8 +60,8 @@ static int get_nvram_var(const char *prefix, const char *postfix,
 
 #define NVRAM_READ_VAL(type)                                           \
 static void nvram_read_ ## type (const char *prefix,                   \
-                                const char *postfix, const char *name, \
-                                type *val, type allset, bool fallback) \
+                                const char *postfix, const char *name, \
+                                type *val, type allset, bool fallback) \
 {                                                                      \
        char buf[100];                                                  \
        int err;                                                        \