From 5556734959ab7d600552eca8eabe9a8321c83586 Mon Sep 17 00:00:00 2001 From: Gary Servin Date: Sun, 26 Jan 2014 13:00:18 -0300 Subject: 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 --- drivers/staging/olpc_dcon/olpc_dcon.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'drivers/staging/olpc_dcon/olpc_dcon.h') 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) -- cgit v1.2.3