staging: olpc_dcon: Trivial: Remove space before indentation.
authorGary Servin <garyservin@gmail.com>
Sun, 26 Jan 2014 16:00:18 +0000 (13:00 -0300)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 7 Feb 2014 18:35:30 +0000 (10:35 -0800)
This coding style error was detected using the checkpatch.pl script

Signed-off-by: Gary Servin <garyservin@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/olpc_dcon/olpc_dcon.h

index e2663b189c66d94ffefb5c2d2435b84be8e29444..aec98958f795bf56f1c77985887ce53e6eeafb15 100644 (file)
@@ -37,7 +37,7 @@
 /* Load Delay Locked Loop (DLL) settings for clock delay */
 #define MEM_DLL_CLOCK_DELAY    (1<<0)
 /* Memory controller power down function */
-#define MEM_POWER_DOWN         (1<<8)
+#define MEM_POWER_DOWN         (1<<8)
 /* Memory controller software reset */
 #define MEM_SOFT_RESET         (1<<0)