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: Missing a blank line after declarations

Resolved all the missing a blank line after declarations 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
67d0833f 97784615

+1
+1
drivers/misc/ics932s401.c
··· 225 225 else { 226 226 /* Freq is neatly wrapped up for us */ 227 227 int fid = data->regs[ICS932S401_REG_CFG7] & ICS932S401_FS_MASK; 228 + 228 229 freq = fs_speeds[fid]; 229 230 if (data->regs[ICS932S401_REG_CTRL] & ICS932S401_CPU_ALT) { 230 231 switch (freq) {