Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Gary Servin and committed by
Greg Kroah-Hartman
55567349 ab0c069a

+1 -1
+1 -1
drivers/staging/olpc_dcon/olpc_dcon.h
··· 37 37 /* Load Delay Locked Loop (DLL) settings for clock delay */ 38 38 #define MEM_DLL_CLOCK_DELAY (1<<0) 39 39 /* Memory controller power down function */ 40 - #define MEM_POWER_DOWN (1<<8) 40 + #define MEM_POWER_DOWN (1<<8) 41 41 /* Memory controller software reset */ 42 42 #define MEM_SOFT_RESET (1<<0) 43 43