diff options
author | Mauro Carvalho Chehab <mchehab@redhat.com> | 2011-01-16 16:01:20 +0100 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2011-03-22 00:31:43 +0100 |
commit | 46f7296a52caf4e270ee43d9402eb0cecef13fdd (patch) | |
tree | e501a075aa9b2bc9ac0ac863a8058f7ba002ed25 /drivers/media/dvb/frontends/dib8000.c | |
parent | [media] DiBxxxx: Codingstype updates (diff) | |
download | linux-46f7296a52caf4e270ee43d9402eb0cecef13fdd.tar.xz linux-46f7296a52caf4e270ee43d9402eb0cecef13fdd.zip |
[media] dib7000p: Fix 4-byte wrong alignments for some case statements
ERROR: switch and case should be at the same indent
switch (ch->u.ofdm.transmission_mode) {
[...]
+ case TRANSMISSION_MODE_4K:
WARNING: please, no spaces at the start of a line
+ case TRANSMISSION_MODE_4K:$
ERROR: switch and case should be at the same indent
switch (ch->u.ofdm.transmission_mode) {
[...]
+ case TRANSMISSION_MODE_4K:
WARNING: please, no spaces at the start of a line
+ case TRANSMISSION_MODE_4K:$
ERROR: switch and case should be at the same indent
switch (ch->u.ofdm.transmission_mode) {
[...]
+ case TRANSMISSION_MODE_4K:
WARNING: please, no spaces at the start of a line
+ case TRANSMISSION_MODE_4K:$
Cc: Patrick Boettcher <pboettcher@kernellabs.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/dvb/frontends/dib8000.c')
0 files changed, 0 insertions, 0 deletions