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

Configure Feed

Select the types of activity you want to include in your feed.

misc: ics932s401: please, no space before tabs

Resolved all the please, no space beofore tabs checkpatch
warnings. Issue found by checkpatch.

Signed-off-by: Dhaval Shah <dhaval.shah@softnautics.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

authored by

Dhaval Shah and committed by
Greg Kroah-Hartman
1e3ae175 67d0833f

+2 -2
+2 -2
drivers/misc/ics932s401.c
··· 33 33 34 34 /* ICS932S401 registers */ 35 35 #define ICS932S401_REG_CFG2 0x01 36 - #define ICS932S401_CFG1_SPREAD 0x01 36 + #define ICS932S401_CFG1_SPREAD 0x01 37 37 #define ICS932S401_REG_CFG7 0x06 38 38 #define ICS932S401_FS_MASK 0x07 39 39 #define ICS932S401_REG_VENDOR_REV 0x07 ··· 58 58 #define ICS932S401_REG_SRC_SPREAD1 0x11 59 59 #define ICS932S401_REG_SRC_SPREAD2 0x12 60 60 #define ICS932S401_REG_CPU_DIVISOR 0x13 61 - #define ICS932S401_CPU_DIVISOR_SHIFT 4 61 + #define ICS932S401_CPU_DIVISOR_SHIFT 4 62 62 #define ICS932S401_REG_PCISRC_DIVISOR 0x14 63 63 #define ICS932S401_SRC_DIVISOR_MASK 0x0F 64 64 #define ICS932S401_PCI_DIVISOR_SHIFT 4