summaryrefslogtreecommitdiff
path: root/drivers/staging/olpc_dcon
diff options
context:
space:
mode:
authorGary Servin <garyservin@gmail.com>2014-01-26 16:00:18 (GMT)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2014-02-07 18:35:30 (GMT)
commit5556734959ab7d600552eca8eabe9a8321c83586 (patch)
tree6f9c99f09938b0737ea4a79b104eab53ae98bc84 /drivers/staging/olpc_dcon
parentab0c069ab59aba0dd21b3e52e81a88f2c21e4448 (diff)
downloadlinux-5556734959ab7d600552eca8eabe9a8321c83586.tar.xz
staging: olpc_dcon: Trivial: Remove space before indentation.
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>
Diffstat (limited to 'drivers/staging/olpc_dcon')
-rw-r--r--drivers/staging/olpc_dcon/olpc_dcon.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/olpc_dcon/olpc_dcon.h b/drivers/staging/olpc_dcon/olpc_dcon.h
index e2663b1..aec9895 100644
--- a/drivers/staging/olpc_dcon/olpc_dcon.h
+++ b/drivers/staging/olpc_dcon/olpc_dcon.h
@@ -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)