From: Gary Servin Date: Sun, 26 Jan 2014 16:00:18 +0000 (-0300) Subject: staging: olpc_dcon: Trivial: Remove space before indentation. X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=5556734959ab7d600552eca8eabe9a8321c83586;p=deliverable%2Flinux.git staging: olpc_dcon: Trivial: Remove space before indentation. This coding style error was detected using the checkpatch.pl script Signed-off-by: Gary Servin Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/olpc_dcon/olpc_dcon.h b/drivers/staging/olpc_dcon/olpc_dcon.h index e2663b189c66..aec98958f795 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)