diff options
author | Mauro Carvalho Chehab <mchehab@redhat.com> | 2011-01-16 13:01:20 -0200 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2011-03-21 20:31:43 -0300 |
commit | 46f7296a52caf4e270ee43d9402eb0cecef13fdd (patch) | |
tree | e501a075aa9b2bc9ac0ac863a8058f7ba002ed25 /virt/kvm/async_pf.h | |
parent | b4d6046e841955be9cc49164b03b91c9524f9c2e (diff) | |
download | talos-obmc-linux-46f7296a52caf4e270ee43d9402eb0cecef13fdd.tar.gz talos-obmc-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 'virt/kvm/async_pf.h')
0 files changed, 0 insertions, 0 deletions