1. 11 May, 2010 40 commits
    • Eli Lindsey's avatar
      staging: frontier: switch semaphores to mutexes · 3504e0c8
      Eli Lindsey authored
      This patch changes the use of semaphores in alphatrack.c and tranzport.c to
      mutexes at the suggestion of checkpatch.pl
      Signed-off-by: default avatarEli Lindsey <eli@siliconsprawl.com>
      Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@suse.de>
      3504e0c8
    • Eli Lindsey's avatar
      staging: frontier: switch to strict_strtoul in tranzport.c · b9eafe43
      Eli Lindsey authored
      This is a patch to tranzport.c that changes a use of simple_strtoul to
      strict_strtoul at the suggestion of checkpatch.pl
      Signed-off-by: default avatarEli Lindsey <eli@siliconsprawl.com>
      Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@suse.de>
      b9eafe43
    • Jaakko Niemelä's avatar
      Staging: comedi: fix space before tabs coding style issue in adl_pci6208.c · 69121fa8
      Jaakko Niemelä authored
      This is a patch to the adl_pci6208.c file that fixes up a space before
      tabs warning found by checkpatch.pl tool.
      Signed-off-by: default avatarJaakko Niemelä <mato@kyborgi.net>
      Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@suse.de>
      69121fa8
    • Edgardo Hames's avatar
      Staging: wlan-ng: fix coding style in hfa834x_usb.c · 631c8dec
      Edgardo Hames authored
      This is a patch in hfa834x_usb.c to fix typedef declarations and long lines.
      Signed-off-by: default avatarEdgardo Hames <ehames@gmail.com>
      Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@suse.de>
      631c8dec
    • Jason's avatar
    • Dan Carpenter's avatar
      staging: rt2860: off by one errors · 4dbb8e57
      Dan Carpenter authored
      The code is trying to say that if the offset is higher than the max it
      should be set to the max, but there is an off by one bug and it sets it
      one passed the end of the array.
      Signed-off-by: default avatarDan Carpenter <error27@gmail.com>
      Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@suse.de>
      4dbb8e57
    • Michael Tate's avatar
      staging: frontier: Fix coding style issues in 2 files. · 1e1d25cb
      Michael Tate authored
      This patch removes unecessary whitespace before quoted newlines
      in two files.
      One warning in each file remains unresolved.
      Signed-off-by: default avatarMichael Tate <michael.tate@wanadoo.fr>
      Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@suse.de>
      1e1d25cb
    • Florian Schilhabel's avatar
    • Florian Schilhabel's avatar
      staging: rtl8192su: remove extern keyword, remove static declaration · 458659e2
      Florian Schilhabel authored
      removed extern keyword from rtl819x_watchdog_wqcallback.
      removed static declaration from variable check_reset_cnt.
      changed NumRxOkInPeriod and NumTxOkInPeriod comparison
      in function rtl819x_watchdog_wqcallback to 666; we're not on windows.
      plus cosmetics.
      Signed-off-by: default avatarFlorian Schilhabel <florian.c.schilhabel@googlemail.com>
      Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@suse.de>
      458659e2
    • Florian Schilhabel's avatar
      staging: rtl8192su: remove re-declaration of counter i · 4ab37240
      Florian Schilhabel authored
      variable i is declared integer in rtl8192SU_ConfigAdapterInfo8192SForAutoLoadFail.
      a few lines down it is re-declared u8.
      removed the re-declaration.
      plus cosmetics
      Signed-off-by: default avatarFlorian Schilhabel <florian.c.schilhabel@googlemail.com>
      Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@suse.de>
      4ab37240
    • Florian Schilhabel's avatar
      staging: rtl8192su: move to EEPROM_93CX · e3133b28
      Florian Schilhabel authored
      this is basically a port of Larry Fingers Patch for rtl8187se to rtl8192su.
      also removed some dead code.
      plus cosmetics.
      Signed-off-by: default avatarFlorian Schilhabel <florian.c.schilhabel@googlemail.com>
      Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@suse.de>
      e3133b28
    • Michael Tate's avatar
      staging: et131x: Fix brace coding style issues. · b4c84c29
      Michael Tate authored
      This revised patch fixes 2 brace coding style issues reported by checkpatch.pl
      One warning line > 80 chars not resolved on maintainers advice.
      Signed-off-by: default avatarMichael Tate <michael.tate@wanadoo.fr>
      Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@suse.de>
      b4c84c29
    • John Sheehan's avatar
      staging: arlan: fix errors reported by checkpatch.pl tool · 7264fcd1
      John Sheehan authored
      fix all but one of the errors reported by checkpatch.pl tool.
      Errors included wayward braces, white space issues(trailing
      and prohibited), C99 issues, and foo* issues
      Signed-off-by: default avatarJohn Sheehan <john.d.sheehan@gmail.com>
      Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@suse.de>
      7264fcd1
    • Jonathan Cameron's avatar
      staging: IIO: Fix uses of spinlocks prior to init in ring implementations · 6f2dfb31
      Jonathan Cameron authored
      Some confusion was caused by the ___iio_init_ring_buffer and equivalent
      in ring_sw handling both init of spin locks etc and allocation and
      of the actual buffer.  This resulted in ring->use_lock being held
      before it was initialized and actually during the initialization.
      
      Some of the recent cleanups in the spin lock code seem to have triggered
      the bug actually causing traceable crashes.
      
      The following patch should fix this but hasn't been extensively tested
      as of yet and there may well be some side effects I haven't thought of.
      Just wanted to get this out there before anyone else runs into it!
      Signed-off-by: default avatarJonathan Cameron <jic23@cam.ac.uk>
      Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@suse.de>
      6f2dfb31
    • Hank Janssen's avatar
      staging: hv: Corrected all header comment formats kernel-doc format · 3e189519
      Hank Janssen authored
      Removed kerneldoc /** from functions that should not have them.
      Added proper kerneldoc headers to functions that should have them.
      
      This includes fixes as pointed out by Randy Dunlap and Joe Perches.
      
      Cc: Joe Perches <joe@perches.com>
      Acked-by: default avatarRandy Dunlap <rdunlap@xenotime.net>
      Signed-off-by: default avatarHank Janssen <hjanssen@microsoft.com>
      Signed-off-by: default avatarHaiyang Zhang <haiyangz@microsoft.com>
      Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@suse.de>
      3e189519
    • Hank Janssen's avatar
      staging: hv: Remove Ringbuffer from TODO line · 173f3463
      Hank Janssen authored
      Remove Ringbuffer work line item from TODO file.
      
      The ring buffer in the Hyper-V Linux drivers is used to communicate with
      the parent partition running Windows Server 2008 Hyper-V. The ring
      buffer functionality on the Hyper-V Linux drivers is written to be
      functionally compatible with the ring buffer functionality on the
      Hyper-V Server. Consequently, it is not possible to make any changes
      that might break the compatibility with server side ring buffer
      implementation.
      Signed-off-by: default avatarHank Janssen <hjanssen@microsoft.com>
      Signed-off-by: default avatarHaiyang Zhang <haiyangz@microsoft.com>
      Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@suse.de>
      173f3463
    • Vijay Kumar's avatar
      Staging: Remove staging/poch · 6764cbd7
      Vijay Kumar authored
      Remove staging/poch.
      
      Reasons for removal are -- The driver has serious cache
      issues, that I couldn't fix. The card vendor is working
      on a better replacement for the driver. The driver has
      been delayed a lot and development has come to a stand
      still.
      Signed-off-by: default avatarVijay Kumar B. <vijaykumar@bravegnu.org>
      Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@suse.de>
      6764cbd7
    • Maurice Dawson's avatar
      Staging: comedi: fix print(k) coding style issue in aio_aio12_8.c · 24d2d8be
      Maurice Dawson authored
      This is a patch to the aio_aio12_8.c that fixes up print(k) warnings found by the checkpatch.pl tool
      Signed-off-by: default avatarMaurice Dawson <mauricedawson2699@googlemail.com>
      Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@suse.de>
      24d2d8be
    • Maurice Dawson's avatar
      Staging: comedi: fix brace, print(k) and over 80 character coding style issues in adv_pci1723.c · af6ddd57
      Maurice Dawson authored
      This is a Patch to the adv_pci1723.c file that fixes up brace, print(k) and over 80 character warnings found by the checkpatch.pl tool
      Signed-off-by: default avatarMaurice Dawson <mauricedawson2699@googlemail.com>
      Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@suse.de>
      af6ddd57
    • Maurice Dawson's avatar
      Staging: comedi: fix KERN_facility level coding style issue in adl_pci9118.c · cf8d3af5
      Maurice Dawson authored
      This is a patch to the adl_pci9118.c file that fixes WARNING: printk() should include KERN_facility level found by the checkpatch.pl tool
      Signed-off-by: default avatarMaurice Dawson <mauricedawson2699@googlemail.com>
      Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@suse.de>
      cf8d3af5
    • Maurice Dawson's avatar
      Staging: comedi: fix 80 character coding style issue in adl_pci9118.c · 242467bd
      Maurice Dawson authored
      Fixes all over 80 character warnings in the adl_pci9118.c file found by the checkpatch.pl tool
      Signed-off-by: default avatarMaurice Dawson <mauricedawson2699@googlemail.com>
      Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@suse.de>
      242467bd
    • Maurice Dawson's avatar
      Staging: comedi: fix indent coding style issue in adl_pci9118.c · d607c781
      Maurice Dawson authored
      Patch to the adl_pci9118.c that fixes, ERROR: code indent should use tabs where possible, found by the checkpatch.pl tool
      Signed-off-by: default avatarMaurice Dawson <mauricedawson2699@googlemail.com>
      Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@suse.de>
      d607c781
    • Bob Beers's avatar
      staging: Add driver to support wanPMC-CxT1E1 card. · 50ee11fe
      Bob Beers authored
      Obviously still needs serious attention, but it compiles.
      
      Original author: Rick Dobbs
      
      Add driver to support wanPMC-CxT1E1 card.
      
      This card provides 1-4 ports of T1E1 in PMC form factor.
      
      Note, Rick doesn't want his email showing up as the "From:" author, but
      has given his blessing to have the code included in the kernel tree.
      Signed-off-by: default avatarBob Beers <bob.beers@gmail.com>
      Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@suse.de>
      50ee11fe
    • Ellwyn Cole's avatar
      staging: comedi: Fix 80 characters limit and printk issues in skel.c · 588063a1
      Ellwyn Cole authored
      This is a patch to the skel.c file that fixes the 80 characters limit and
      printk warnings found by the checkpatch.pl tool
      Signed-off-by: default avatarEllwyn Cole <ellwync@googlemail.com>
      Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@suse.de>
      588063a1
    • Andrea Gelmini's avatar
      Staging: otus: hpfwu_BA.c: Checkpatch cleanup · 289d4e1b
      Andrea Gelmini authored
      drivers/staging/otus/hal/hpfwu_BA.c:874: ERROR: spaces required around that '=' (ctx:VxV)
      Signed-off-by: default avatarAndrea Gelmini <andrea.gelmini@gelma.net>
      Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@suse.de>
      289d4e1b
    • Andrea Gelmini's avatar
      Staging: batman-adv: send.c: Checkpatch cleanup · 46712df6
      Andrea Gelmini authored
      drivers/staging/batman-adv/send.c:137: CHECK: multiple assignments should be avoided
      Signed-off-by: default avatarAndrea Gelmini <andrea.gelmini@gelma.net>
      Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@suse.de>
      46712df6
    • Andrea Gelmini's avatar
      Staging: otus: hpreg.c: Checkpatch cleanup · 91cc53b0
      Andrea Gelmini authored
      drivers/staging/otus/hal/hpreg.c:33: WARNING: space prohibited between function name and open parenthesis '('
      drivers/staging/otus/hal/hpreg.c:33: WARNING: space prohibited between function name and open parenthesis '('
      drivers/staging/otus/hal/hpreg.c:38: CHECK: if this code is redundant consider removing it
      drivers/staging/otus/hal/hpreg.c:81: ERROR: need consistent spacing around '|' (ctx:VxW)
      drivers/staging/otus/hal/hpreg.c:96: ERROR: Macros with multiple statements should be enclosed in a do - while loop
      drivers/staging/otus/hal/hpreg.c:98: CHECK: if this code is redundant consider removing it
      drivers/staging/otus/hal/hpreg.c:275: ERROR: need consistent spacing around '|' (ctx:WxV)
      drivers/staging/otus/hal/hpreg.c:304: ERROR: code indent should use tabs where possible
      drivers/staging/otus/hal/hpreg.c:362: ERROR: space required after that ',' (ctx:VxV)
      drivers/staging/otus/hal/hpreg.c:376: ERROR: "foo*		bar" should be "foo *bar"
      drivers/staging/otus/hal/hpreg.c:377: ERROR: "foo*		bar" should be "foo *bar"
      drivers/staging/otus/hal/hpreg.c:402: ERROR: space required after that ',' (ctx:VxV)
      drivers/staging/otus/hal/hpreg.c:402: ERROR: space required after that ',' (ctx:VxV)
      drivers/staging/otus/hal/hpreg.c:413: ERROR: space required after that ',' (ctx:VxV)
      drivers/staging/otus/hal/hpreg.c:413: ERROR: space required after that ',' (ctx:VxV)
      drivers/staging/otus/hal/hpreg.c:434: ERROR: space required after that ',' (ctx:VxV)
      drivers/staging/otus/hal/hpreg.c:496: ERROR: space required after that ',' (ctx:VxV)
      drivers/staging/otus/hal/hpreg.c:497: ERROR: space required after that ',' (ctx:VxV)
      drivers/staging/otus/hal/hpreg.c:501: ERROR: space required after that ',' (ctx:VxV)
      drivers/staging/otus/hal/hpreg.c:526: ERROR: space required after that ',' (ctx:VxV)
      drivers/staging/otus/hal/hpreg.c:529: ERROR: space required after that ',' (ctx:VxV)
      drivers/staging/otus/hal/hpreg.c:531: ERROR: space required after that ',' (ctx:VxV)
      drivers/staging/otus/hal/hpreg.c:539: ERROR: space required after that ',' (ctx:VxV)
      drivers/staging/otus/hal/hpreg.c:539: ERROR: space required after that ',' (ctx:VxV)
      drivers/staging/otus/hal/hpreg.c:544: ERROR: space required after that ',' (ctx:VxV)
      drivers/staging/otus/hal/hpreg.c:663: ERROR: code indent should use tabs where possible
      drivers/staging/otus/hal/hpreg.c:1335: ERROR: space required after that ',' (ctx:VxV)
      drivers/staging/otus/hal/hpreg.c:1336: ERROR: space required after that ',' (ctx:VxV)
      drivers/staging/otus/hal/hpreg.c:1345: ERROR: space required after that ',' (ctx:VxO)
      drivers/staging/otus/hal/hpreg.c:1345: ERROR: space required before that '-' (ctx:OxV)
      drivers/staging/otus/hal/hpreg.c:1346: ERROR: space required after that ',' (ctx:VxO)
      drivers/staging/otus/hal/hpreg.c:1346: ERROR: space required before that '-' (ctx:OxV)
      drivers/staging/otus/hal/hpreg.c:1347: ERROR: space required after that ',' (ctx:VxO)
      drivers/staging/otus/hal/hpreg.c:1347: ERROR: space required before that '-' (ctx:OxV)
      drivers/staging/otus/hal/hpreg.c:1355: ERROR: space required after that ',' (ctx:VxO)
      drivers/staging/otus/hal/hpreg.c:1355: ERROR: space required before that '-' (ctx:OxV)
      drivers/staging/otus/hal/hpreg.c:1355: ERROR: space required after that ',' (ctx:VxO)
      drivers/staging/otus/hal/hpreg.c:1355: ERROR: space required before that '-' (ctx:OxV)
      drivers/staging/otus/hal/hpreg.c:1355: ERROR: space required after that ',' (ctx:VxO)
      drivers/staging/otus/hal/hpreg.c:1355: ERROR: space required before that '-' (ctx:OxV)
      drivers/staging/otus/hal/hpreg.c:1355: ERROR: space required after that ',' (ctx:VxO)
      drivers/staging/otus/hal/hpreg.c:1355: ERROR: space required before that '-' (ctx:OxV)
      drivers/staging/otus/hal/hpreg.c:1355: ERROR: space required after that ',' (ctx:VxO)
      drivers/staging/otus/hal/hpreg.c:1355: ERROR: space required before that '-' (ctx:OxV)
      drivers/staging/otus/hal/hpreg.c:1355: ERROR: space required after that ',' (ctx:VxO)
      drivers/staging/otus/hal/hpreg.c:1355: ERROR: space required before that '-' (ctx:OxV)
      drivers/staging/otus/hal/hpreg.c:1355: ERROR: space required after that ',' (ctx:VxO)
      drivers/staging/otus/hal/hpreg.c:1355: ERROR: space required before that '-' (ctx:OxV)
      drivers/staging/otus/hal/hpreg.c:1356: ERROR: space required after that ',' (ctx:VxO)
      drivers/staging/otus/hal/hpreg.c:1356: ERROR: space required before that '-' (ctx:OxV)
      drivers/staging/otus/hal/hpreg.c:1356: ERROR: space required after that ',' (ctx:VxO)
      drivers/staging/otus/hal/hpreg.c:1356: ERROR: space required before that '-' (ctx:OxV)
      drivers/staging/otus/hal/hpreg.c:1356: ERROR: space required after that ',' (ctx:VxO)
      drivers/staging/otus/hal/hpreg.c:1356: ERROR: space required before that '-' (ctx:OxV)
      drivers/staging/otus/hal/hpreg.c:1356: ERROR: space required after that ',' (ctx:VxO)
      drivers/staging/otus/hal/hpreg.c:1356: ERROR: space required before that '-' (ctx:OxV)
      drivers/staging/otus/hal/hpreg.c:1356: ERROR: space required after that ',' (ctx:VxO)
      drivers/staging/otus/hal/hpreg.c:1356: ERROR: space required before that '-' (ctx:OxV)
      drivers/staging/otus/hal/hpreg.c:1356: ERROR: space required after that ',' (ctx:VxO)
      drivers/staging/otus/hal/hpreg.c:1356: ERROR: space required before that '-' (ctx:OxV)
      drivers/staging/otus/hal/hpreg.c:1356: ERROR: space required after that ',' (ctx:VxO)
      drivers/staging/otus/hal/hpreg.c:1356: ERROR: space required before that '-' (ctx:OxV)
      drivers/staging/otus/hal/hpreg.c:1357: ERROR: space required after that ',' (ctx:VxO)
      drivers/staging/otus/hal/hpreg.c:1357: ERROR: space required before that '-' (ctx:OxV)
      drivers/staging/otus/hal/hpreg.c:1365: ERROR: space required after that ',' (ctx:VxO)
      drivers/staging/otus/hal/hpreg.c:1365: ERROR: space required before that '-' (ctx:OxV)
      drivers/staging/otus/hal/hpreg.c:1365: ERROR: space required after that ',' (ctx:VxO)
      drivers/staging/otus/hal/hpreg.c:1365: ERROR: space required before that '-' (ctx:OxV)
      drivers/staging/otus/hal/hpreg.c:1365: ERROR: space required after that ',' (ctx:VxO)
      drivers/staging/otus/hal/hpreg.c:1365: ERROR: space required before that '-' (ctx:OxV)
      drivers/staging/otus/hal/hpreg.c:1365: ERROR: space required after that ',' (ctx:VxO)
      drivers/staging/otus/hal/hpreg.c:1365: ERROR: space required before that '-' (ctx:OxV)
      drivers/staging/otus/hal/hpreg.c:1365: ERROR: space required after that ',' (ctx:VxO)
      drivers/staging/otus/hal/hpreg.c:1365: ERROR: space required before that '-' (ctx:OxV)
      drivers/staging/otus/hal/hpreg.c:1365: ERROR: space required after that ',' (ctx:VxO)
      drivers/staging/otus/hal/hpreg.c:1365: ERROR: space required before that '-' (ctx:OxV)
      drivers/staging/otus/hal/hpreg.c:1365: ERROR: space required after that ',' (ctx:VxO)
      drivers/staging/otus/hal/hpreg.c:1365: ERROR: space required before that '-' (ctx:OxV)
      drivers/staging/otus/hal/hpreg.c:1366: ERROR: space required after that ',' (ctx:VxO)
      drivers/staging/otus/hal/hpreg.c:1366: ERROR: space required before that '-' (ctx:OxV)
      drivers/staging/otus/hal/hpreg.c:1366: ERROR: space required after that ',' (ctx:VxO)
      drivers/staging/otus/hal/hpreg.c:1366: ERROR: space required before that '-' (ctx:OxV)
      drivers/staging/otus/hal/hpreg.c:1366: ERROR: space required after that ',' (ctx:VxO)
      drivers/staging/otus/hal/hpreg.c:1366: ERROR: space required before that '-' (ctx:OxV)
      drivers/staging/otus/hal/hpreg.c:1366: ERROR: space required after that ',' (ctx:VxO)
      drivers/staging/otus/hal/hpreg.c:1366: ERROR: space required before that '-' (ctx:OxV)
      drivers/staging/otus/hal/hpreg.c:1366: ERROR: space required after that ',' (ctx:VxO)
      drivers/staging/otus/hal/hpreg.c:1366: ERROR: space required before that '-' (ctx:OxV)
      drivers/staging/otus/hal/hpreg.c:1366: ERROR: space required after that ',' (ctx:VxO)
      drivers/staging/otus/hal/hpreg.c:1366: ERROR: space required before that '-' (ctx:OxV)
      drivers/staging/otus/hal/hpreg.c:1366: ERROR: space required after that ',' (ctx:VxO)
      drivers/staging/otus/hal/hpreg.c:1366: ERROR: space required before that '-' (ctx:OxV)
      drivers/staging/otus/hal/hpreg.c:1367: ERROR: space required after that ',' (ctx:VxO)
      drivers/staging/otus/hal/hpreg.c:1367: ERROR: space required before that '-' (ctx:OxV)
      drivers/staging/otus/hal/hpreg.c:1375: ERROR: space required after that ',' (ctx:VxO)
      drivers/staging/otus/hal/hpreg.c:1375: ERROR: space required before that '-' (ctx:OxV)
      drivers/staging/otus/hal/hpreg.c:1375: ERROR: space required after that ',' (ctx:VxO)
      drivers/staging/otus/hal/hpreg.c:1375: ERROR: space required before that '-' (ctx:OxV)
      drivers/staging/otus/hal/hpreg.c:1375: ERROR: space required after that ',' (ctx:VxO)
      drivers/staging/otus/hal/hpreg.c:1375: ERROR: space required before that '-' (ctx:OxV)
      drivers/staging/otus/hal/hpreg.c:1375: ERROR: space required after that ',' (ctx:VxO)
      drivers/staging/otus/hal/hpreg.c:1375: ERROR: space required before that '-' (ctx:OxV)
      drivers/staging/otus/hal/hpreg.c:1375: ERROR: space required after that ',' (ctx:VxO)
      drivers/staging/otus/hal/hpreg.c:1375: ERROR: space required before that '-' (ctx:OxV)
      drivers/staging/otus/hal/hpreg.c:1375: ERROR: space required after that ',' (ctx:VxO)
      drivers/staging/otus/hal/hpreg.c:1375: ERROR: space required before that '-' (ctx:OxV)
      drivers/staging/otus/hal/hpreg.c:1375: ERROR: space required after that ',' (ctx:VxO)
      drivers/staging/otus/hal/hpreg.c:1375: ERROR: space required before that '-' (ctx:OxV)
      drivers/staging/otus/hal/hpreg.c:1376: ERROR: space required after that ',' (ctx:VxO)
      drivers/staging/otus/hal/hpreg.c:1376: ERROR: space required before that '-' (ctx:OxV)
      drivers/staging/otus/hal/hpreg.c:1376: ERROR: space required after that ',' (ctx:VxO)
      drivers/staging/otus/hal/hpreg.c:1376: ERROR: space required before that '-' (ctx:OxV)
      drivers/staging/otus/hal/hpreg.c:1376: ERROR: space required after that ',' (ctx:VxO)
      drivers/staging/otus/hal/hpreg.c:1376: ERROR: space required before that '-' (ctx:OxV)
      drivers/staging/otus/hal/hpreg.c:1376: ERROR: space required after that ',' (ctx:VxO)
      drivers/staging/otus/hal/hpreg.c:1376: ERROR: space required before that '-' (ctx:OxV)
      drivers/staging/otus/hal/hpreg.c:1376: ERROR: space required after that ',' (ctx:VxO)
      drivers/staging/otus/hal/hpreg.c:1376: ERROR: space required before that '-' (ctx:OxV)
      drivers/staging/otus/hal/hpreg.c:1376: ERROR: space required after that ',' (ctx:VxO)
      drivers/staging/otus/hal/hpreg.c:1376: ERROR: space required before that '-' (ctx:OxV)
      drivers/staging/otus/hal/hpreg.c:1376: ERROR: space required after that ',' (ctx:VxO)
      drivers/staging/otus/hal/hpreg.c:1376: ERROR: space required before that '-' (ctx:OxV)
      drivers/staging/otus/hal/hpreg.c:1377: ERROR: space required after that ',' (ctx:VxO)
      drivers/staging/otus/hal/hpreg.c:1377: ERROR: space required before that '-' (ctx:OxV)
      drivers/staging/otus/hal/hpreg.c:1378: ERROR: space required after that ',' (ctx:VxO)
      drivers/staging/otus/hal/hpreg.c:1378: ERROR: space required before that '-' (ctx:OxV)
      drivers/staging/otus/hal/hpreg.c:1387: ERROR: space required after that ',' (ctx:VxO)
      drivers/staging/otus/hal/hpreg.c:1387: ERROR: space required before that '-' (ctx:OxV)
      drivers/staging/otus/hal/hpreg.c:1388: ERROR: space required after that ',' (ctx:VxO)
      drivers/staging/otus/hal/hpreg.c:1388: ERROR: space required before that '-' (ctx:OxV)
      drivers/staging/otus/hal/hpreg.c:1395: ERROR: space required after that ',' (ctx:VxO)
      drivers/staging/otus/hal/hpreg.c:1395: ERROR: space required before that '-' (ctx:OxV)
      drivers/staging/otus/hal/hpreg.c:1395: ERROR: space required after that ',' (ctx:VxO)
      drivers/staging/otus/hal/hpreg.c:1395: ERROR: space required before that '-' (ctx:OxV)
      drivers/staging/otus/hal/hpreg.c:1395: ERROR: space required after that ',' (ctx:VxO)
      drivers/staging/otus/hal/hpreg.c:1395: ERROR: space required before that '-' (ctx:OxV)
      drivers/staging/otus/hal/hpreg.c:1395: ERROR: space required after that ',' (ctx:VxO)
      drivers/staging/otus/hal/hpreg.c:1395: ERROR: space required before that '-' (ctx:OxV)
      drivers/staging/otus/hal/hpreg.c:1395: ERROR: space required after that ',' (ctx:VxO)
      drivers/staging/otus/hal/hpreg.c:1395: ERROR: space required before that '-' (ctx:OxV)
      drivers/staging/otus/hal/hpreg.c:1395: ERROR: space required after that ',' (ctx:VxO)
      drivers/staging/otus/hal/hpreg.c:1395: ERROR: space required before that '-' (ctx:OxV)
      drivers/staging/otus/hal/hpreg.c:1395: ERROR: space required after that ',' (ctx:VxO)
      drivers/staging/otus/hal/hpreg.c:1395: ERROR: space required before that '-' (ctx:OxV)
      drivers/staging/otus/hal/hpreg.c:1396: ERROR: space required after that ',' (ctx:VxO)
      drivers/staging/otus/hal/hpreg.c:1396: ERROR: space required before that '-' (ctx:OxV)
      drivers/staging/otus/hal/hpreg.c:1396: ERROR: space required after that ',' (ctx:VxO)
      drivers/staging/otus/hal/hpreg.c:1396: ERROR: space required before that '-' (ctx:OxV)
      drivers/staging/otus/hal/hpreg.c:1396: ERROR: space required after that ',' (ctx:VxO)
      drivers/staging/otus/hal/hpreg.c:1396: ERROR: space required before that '-' (ctx:OxV)
      drivers/staging/otus/hal/hpreg.c:1396: ERROR: space required after that ',' (ctx:VxO)
      drivers/staging/otus/hal/hpreg.c:1396: ERROR: space required before that '-' (ctx:OxV)
      drivers/staging/otus/hal/hpreg.c:1396: ERROR: space required after that ',' (ctx:VxO)
      drivers/staging/otus/hal/hpreg.c:1396: ERROR: space required before that '-' (ctx:OxV)
      drivers/staging/otus/hal/hpreg.c:1396: ERROR: space required after that ',' (ctx:VxO)
      drivers/staging/otus/hal/hpreg.c:1396: ERROR: space required before that '-' (ctx:OxV)
      drivers/staging/otus/hal/hpreg.c:1396: ERROR: space required after that ',' (ctx:VxO)
      drivers/staging/otus/hal/hpreg.c:1396: ERROR: space required before that '-' (ctx:OxV)
      drivers/staging/otus/hal/hpreg.c:1397: ERROR: space required after that ',' (ctx:VxO)
      drivers/staging/otus/hal/hpreg.c:1397: ERROR: space required before that '-' (ctx:OxV)
      drivers/staging/otus/hal/hpreg.c:1398: ERROR: space required after that ',' (ctx:VxO)
      drivers/staging/otus/hal/hpreg.c:1398: ERROR: space required before that '-' (ctx:OxV)
      drivers/staging/otus/hal/hpreg.c:1398: ERROR: space required after that ',' (ctx:VxO)
      drivers/staging/otus/hal/hpreg.c:1398: ERROR: space required before that '-' (ctx:OxV)
      drivers/staging/otus/hal/hpreg.c:1405: ERROR: space required after that ',' (ctx:VxO)
      drivers/staging/otus/hal/hpreg.c:1405: ERROR: space required before that '-' (ctx:OxV)
      drivers/staging/otus/hal/hpreg.c:1405: ERROR: space required after that ',' (ctx:VxO)
      drivers/staging/otus/hal/hpreg.c:1405: ERROR: space required before that '-' (ctx:OxV)
      drivers/staging/otus/hal/hpreg.c:1405: ERROR: space required after that ',' (ctx:VxO)
      drivers/staging/otus/hal/hpreg.c:1405: ERROR: space required before that '-' (ctx:OxV)
      drivers/staging/otus/hal/hpreg.c:1405: ERROR: space required after that ',' (ctx:VxO)
      drivers/staging/otus/hal/hpreg.c:1405: ERROR: space required before that '-' (ctx:OxV)
      drivers/staging/otus/hal/hpreg.c:1405: ERROR: space required after that ',' (ctx:VxO)
      drivers/staging/otus/hal/hpreg.c:1405: ERROR: space required before that '-' (ctx:OxV)
      drivers/staging/otus/hal/hpreg.c:1405: ERROR: space required after that ',' (ctx:VxO)
      drivers/staging/otus/hal/hpreg.c:1405: ERROR: space required before that '-' (ctx:OxV)
      drivers/staging/otus/hal/hpreg.c:1405: ERROR: space required after that ',' (ctx:VxO)
      drivers/staging/otus/hal/hpreg.c:1405: ERROR: space required before that '-' (ctx:OxV)
      drivers/staging/otus/hal/hpreg.c:1406: ERROR: space required after that ',' (ctx:VxO)
      drivers/staging/otus/hal/hpreg.c:1406: ERROR: space required before that '-' (ctx:OxV)
      drivers/staging/otus/hal/hpreg.c:1406: ERROR: space required after that ',' (ctx:VxO)
      drivers/staging/otus/hal/hpreg.c:1406: ERROR: space required before that '-' (ctx:OxV)
      drivers/staging/otus/hal/hpreg.c:1406: ERROR: space required after that ',' (ctx:VxO)
      drivers/staging/otus/hal/hpreg.c:1406: ERROR: space required before that '-' (ctx:OxV)
      drivers/staging/otus/hal/hpreg.c:1406: ERROR: space required after that ',' (ctx:VxO)
      drivers/staging/otus/hal/hpreg.c:1406: ERROR: space required before that '-' (ctx:OxV)
      drivers/staging/otus/hal/hpreg.c:1406: ERROR: space required after that ',' (ctx:VxO)
      drivers/staging/otus/hal/hpreg.c:1406: ERROR: space required before that '-' (ctx:OxV)
      drivers/staging/otus/hal/hpreg.c:1406: ERROR: space required after that ',' (ctx:VxO)
      drivers/staging/otus/hal/hpreg.c:1406: ERROR: space required before that '-' (ctx:OxV)
      drivers/staging/otus/hal/hpreg.c:1406: ERROR: space required after that ',' (ctx:VxO)
      drivers/staging/otus/hal/hpreg.c:1406: ERROR: space required before that '-' (ctx:OxV)
      drivers/staging/otus/hal/hpreg.c:1407: ERROR: space required after that ',' (ctx:VxO)
      drivers/staging/otus/hal/hpreg.c:1407: ERROR: space required before that '-' (ctx:OxV)
      drivers/staging/otus/hal/hpreg.c:1408: ERROR: space required after that ',' (ctx:VxO)
      drivers/staging/otus/hal/hpreg.c:1408: ERROR: space required before that '-' (ctx:OxV)
      drivers/staging/otus/hal/hpreg.c:1415: ERROR: space required after that ',' (ctx:VxV)
      drivers/staging/otus/hal/hpreg.c:1415: ERROR: space required after that ',' (ctx:VxV)
      drivers/staging/otus/hal/hpreg.c:1415: ERROR: space required after that ',' (ctx:VxV)
      drivers/staging/otus/hal/hpreg.c:1415: ERROR: space required after that ',' (ctx:VxV)
      drivers/staging/otus/hal/hpreg.c:1416: ERROR: space required after that ',' (ctx:VxV)
      drivers/staging/otus/hal/hpreg.c:1416: ERROR: space required after that ',' (ctx:VxV)
      drivers/staging/otus/hal/hpreg.c:1416: ERROR: space required after that ',' (ctx:VxV)
      drivers/staging/otus/hal/hpreg.c:1416: ERROR: space required after that ',' (ctx:VxV)
      drivers/staging/otus/hal/hpreg.c:1416: ERROR: space required after that ',' (ctx:VxV)
      drivers/staging/otus/hal/hpreg.c:1416: ERROR: space required after that ',' (ctx:VxV)
      drivers/staging/otus/hal/hpreg.c:1432: ERROR: space required after that ',' (ctx:VxV)
      drivers/staging/otus/hal/hpreg.c:1432: ERROR: space required after that ',' (ctx:VxV)
      drivers/staging/otus/hal/hpreg.c:1432: ERROR: space required after that ',' (ctx:VxV)
      drivers/staging/otus/hal/hpreg.c:1435: ERROR: space required after that ',' (ctx:VxV)
      drivers/staging/otus/hal/hpreg.c:1435: ERROR: space required after that ',' (ctx:VxV)
      drivers/staging/otus/hal/hpreg.c:1435: ERROR: space required after that ',' (ctx:VxV)
      drivers/staging/otus/hal/hpreg.c:1436: ERROR: space required after that ',' (ctx:VxV)
      drivers/staging/otus/hal/hpreg.c:1436: ERROR: space required after that ',' (ctx:VxV)
      drivers/staging/otus/hal/hpreg.c:1436: ERROR: space required after that ',' (ctx:VxV)
      drivers/staging/otus/hal/hpreg.c:1442: ERROR: space required after that ',' (ctx:VxV)
      drivers/staging/otus/hal/hpreg.c:1442: ERROR: space required after that ',' (ctx:VxV)
      drivers/staging/otus/hal/hpreg.c:1442: ERROR: space required after that ',' (ctx:VxV)
      drivers/staging/otus/hal/hpreg.c:1445: ERROR: space required after that ',' (ctx:VxV)
      drivers/staging/otus/hal/hpreg.c:1445: ERROR: space required after that ',' (ctx:VxV)
      drivers/staging/otus/hal/hpreg.c:1445: ERROR: space required after that ',' (ctx:VxV)
      drivers/staging/otus/hal/hpreg.c:1446: ERROR: space required after that ',' (ctx:VxV)
      drivers/staging/otus/hal/hpreg.c:1446: ERROR: space required after that ',' (ctx:VxV)
      drivers/staging/otus/hal/hpreg.c:1446: ERROR: space required after that ',' (ctx:VxV)
      drivers/staging/otus/hal/hpreg.c:1455: ERROR: space required after that ',' (ctx:VxV)
      drivers/staging/otus/hal/hpreg.c:1455: ERROR: space required after that ',' (ctx:VxV)
      drivers/staging/otus/hal/hpreg.c:1455: ERROR: space required after that ',' (ctx:VxV)
      drivers/staging/otus/hal/hpreg.c:1455: ERROR: space required after that ',' (ctx:VxV)
      drivers/staging/otus/hal/hpreg.c:1456: ERROR: space required after that ',' (ctx:VxV)
      drivers/staging/otus/hal/hpreg.c:1456: ERROR: space required after that ',' (ctx:VxV)
      drivers/staging/otus/hal/hpreg.c:1456: ERROR: space required after that ',' (ctx:VxV)
      drivers/staging/otus/hal/hpreg.c:1456: ERROR: space required after that ',' (ctx:VxV)
      drivers/staging/otus/hal/hpreg.c:1456: ERROR: space required after that ',' (ctx:VxV)
      drivers/staging/otus/hal/hpreg.c:1456: ERROR: space required after that ',' (ctx:VxV)
      drivers/staging/otus/hal/hpreg.c:1465: ERROR: space required after that ',' (ctx:VxV)
      drivers/staging/otus/hal/hpreg.c:1465: ERROR: space required after that ',' (ctx:VxV)
      drivers/staging/otus/hal/hpreg.c:1465: ERROR: space required after that ',' (ctx:VxV)
      drivers/staging/otus/hal/hpreg.c:1465: ERROR: space required after that ',' (ctx:VxV)
      drivers/staging/otus/hal/hpreg.c:1466: ERROR: space required after that ',' (ctx:VxV)
      drivers/staging/otus/hal/hpreg.c:1466: ERROR: space required after that ',' (ctx:VxV)
      drivers/staging/otus/hal/hpreg.c:1466: ERROR: space required after that ',' (ctx:VxV)
      drivers/staging/otus/hal/hpreg.c:1466: ERROR: space required after that ',' (ctx:VxV)
      drivers/staging/otus/hal/hpreg.c:1466: ERROR: space required after that ',' (ctx:VxV)
      drivers/staging/otus/hal/hpreg.c:1466: ERROR: space required after that ',' (ctx:VxV)
      drivers/staging/otus/hal/hpreg.c:1475: ERROR: space required after that ',' (ctx:VxV)
      drivers/staging/otus/hal/hpreg.c:1475: ERROR: space required after that ',' (ctx:VxV)
      drivers/staging/otus/hal/hpreg.c:1475: ERROR: space required after that ',' (ctx:VxV)
      drivers/staging/otus/hal/hpreg.c:1475: ERROR: space required after that ',' (ctx:VxV)
      drivers/staging/otus/hal/hpreg.c:1476: ERROR: space required after that ',' (ctx:VxV)
      drivers/staging/otus/hal/hpreg.c:1476: ERROR: space required after that ',' (ctx:VxV)
      drivers/staging/otus/hal/hpreg.c:1476: ERROR: space required after that ',' (ctx:VxV)
      drivers/staging/otus/hal/hpreg.c:1476: ERROR: space required after that ',' (ctx:VxV)
      drivers/staging/otus/hal/hpreg.c:1476: ERROR: space required after that ',' (ctx:VxV)
      drivers/staging/otus/hal/hpreg.c:1476: ERROR: space required after that ',' (ctx:VxV)
      drivers/staging/otus/hal/hpreg.c:1476: ERROR: space required after that ',' (ctx:VxO)
      drivers/staging/otus/hal/hpreg.c:1476: ERROR: space required before that '-' (ctx:OxV)
      drivers/staging/otus/hal/hpreg.c:1485: ERROR: space required after that ',' (ctx:VxV)
      drivers/staging/otus/hal/hpreg.c:1485: ERROR: space required after that ',' (ctx:VxV)
      drivers/staging/otus/hal/hpreg.c:1485: ERROR: space required after that ',' (ctx:VxV)
      drivers/staging/otus/hal/hpreg.c:1485: ERROR: space required after that ',' (ctx:VxO)
      drivers/staging/otus/hal/hpreg.c:1485: ERROR: space required before that '-' (ctx:OxV)
      drivers/staging/otus/hal/hpreg.c:1486: ERROR: space required after that ',' (ctx:VxV)
      drivers/staging/otus/hal/hpreg.c:1486: ERROR: space required after that ',' (ctx:VxV)
      drivers/staging/otus/hal/hpreg.c:1486: ERROR: space required after that ',' (ctx:VxV)
      drivers/staging/otus/hal/hpreg.c:1486: ERROR: space required after that ',' (ctx:VxO)
      drivers/staging/otus/hal/hpreg.c:1486: ERROR: space required before that '-' (ctx:OxV)
      drivers/staging/otus/hal/hpreg.c:1557: ERROR: spaces required around that '=' (ctx:VxV)
      drivers/staging/otus/hal/hpreg.c:1558: ERROR: spaces required around that '=' (ctx:VxV)
      drivers/staging/otus/hal/hpreg.c:1560: ERROR: that open brace { should be on the previous line
      drivers/staging/otus/hal/hpreg.c:1560: ERROR: spaces required around that '=' (ctx:VxV)
      drivers/staging/otus/hal/hpreg.c:1560: ERROR: spaces required around that '=' (ctx:VxV)
      drivers/staging/otus/hal/hpreg.c:1560: ERROR: spaces required around that '<' (ctx:VxV)
      drivers/staging/otus/hal/hpreg.c:1560: ERROR: spaces required around that '&&' (ctx:VxV)
      drivers/staging/otus/hal/hpreg.c:1562: ERROR: that open brace { should be on the previous line
      drivers/staging/otus/hal/hpreg.c:1568: ERROR: that open brace { should be on the previous line
      drivers/staging/otus/hal/hpreg.c:1574: ERROR: that open brace { should be on the previous line
      drivers/staging/otus/hal/hpreg.c:1579: ERROR: that open brace { should be on the previous line
      drivers/staging/otus/hal/hpreg.c:1590: ERROR: that open brace { should be on the previous line
      drivers/staging/otus/hal/hpreg.c:1590: ERROR: spaces required around that '=' (ctx:VxV)
      drivers/staging/otus/hal/hpreg.c:1590: ERROR: space required after that ';' (ctx:VxV)
      drivers/staging/otus/hal/hpreg.c:1590: ERROR: spaces required around that '<' (ctx:VxV)
      drivers/staging/otus/hal/hpreg.c:1592: ERROR: that open brace { should be on the previous line
      drivers/staging/otus/hal/hpreg.c:1594: ERROR: that open brace { should be on the previous line
      drivers/staging/otus/hal/hpreg.c:1613: ERROR: spaces required around that '=' (ctx:VxV)
      drivers/staging/otus/hal/hpreg.c:1613: ERROR: spaces required around that '<' (ctx:VxV)
      drivers/staging/otus/hal/hpreg.c:1635: ERROR: "foo* bar" should be "foo *bar"
      drivers/staging/otus/hal/hpreg.c:1639: ERROR: spaces required around that '=' (ctx:VxV)
      drivers/staging/otus/hal/hpreg.c:1639: ERROR: space required after that ',' (ctx:VxV)
      drivers/staging/otus/hal/hpreg.c:1640: ERROR: "foo* bar" should be "foo *bar"
      drivers/staging/otus/hal/hpreg.c:1643: ERROR: spaces required around that '=' (ctx:VxV)
      drivers/staging/otus/hal/hpreg.c:1647: ERROR: that open brace { should be on the previous line
      drivers/staging/otus/hal/hpreg.c:1647: WARNING: suspect code indent for conditional statements (8, 8)
      drivers/staging/otus/hal/hpreg.c:1649: ERROR: code indent should use tabs where possible
      drivers/staging/otus/hal/hpreg.c:1652: ERROR: that open brace { should be on the previous line
      drivers/staging/otus/hal/hpreg.c:1652: WARNING: suspect code indent for conditional statements (8, 8)
      drivers/staging/otus/hal/hpreg.c:1654: ERROR: code indent should use tabs where possible
      drivers/staging/otus/hal/hpreg.c:1657: ERROR: that open brace { should be on the previous line
      drivers/staging/otus/hal/hpreg.c:1659: ERROR: code indent should use tabs where possible
      drivers/staging/otus/hal/hpreg.c:1660: ERROR: code indent should use tabs where possible
      drivers/staging/otus/hal/hpreg.c:1662: ERROR: that open brace { should be on the previous line
      drivers/staging/otus/hal/hpreg.c:1662: ERROR: else should follow close brace '}'
      drivers/staging/otus/hal/hpreg.c:1664: ERROR: code indent should use tabs where possible
      drivers/staging/otus/hal/hpreg.c:1671: ERROR: that open brace { should be on the previous line
      drivers/staging/otus/hal/hpreg.c:1674: ERROR: spaces required around that '=' (ctx:VxV)
      drivers/staging/otus/hal/hpreg.c:1675: ERROR: spaces required around that '=' (ctx:VxV)
      drivers/staging/otus/hal/hpreg.c:1676: ERROR: spaces required around that '=' (ctx:VxV)
      drivers/staging/otus/hal/hpreg.c:1676: ERROR: space required after that ',' (ctx:VxO)
      drivers/staging/otus/hal/hpreg.c:1676: ERROR: space required before that '*' (ctx:OxV)
      drivers/staging/otus/hal/hpreg.c:1676: ERROR: spaces required around that '=' (ctx:VxV)
      drivers/staging/otus/hal/hpreg.c:1678: ERROR: that open brace { should be on the previous line
      drivers/staging/otus/hal/hpreg.c:1681: ERROR: do not use C99 // comments
      drivers/staging/otus/hal/hpreg.c:1682: ERROR: code indent should use tabs where possible
      drivers/staging/otus/hal/hpreg.c:1682: ERROR: do not use C99 // comments
      drivers/staging/otus/hal/hpreg.c:1683: ERROR: code indent should use tabs where possible
      drivers/staging/otus/hal/hpreg.c:1684: ERROR: do not use C99 // comments
      drivers/staging/otus/hal/hpreg.c:1685: ERROR: do not use C99 // comments
      drivers/staging/otus/hal/hpreg.c:1686: ERROR: do not use C99 // comments
      drivers/staging/otus/hal/hpreg.c:1687: ERROR: do not use C99 // comments
      drivers/staging/otus/hal/hpreg.c:1690: ERROR: that open brace { should be on the previous line
      drivers/staging/otus/hal/hpreg.c:1692: ERROR: code indent should use tabs where possible
      drivers/staging/otus/hal/hpreg.c:1693: ERROR: code indent should use tabs where possible
      drivers/staging/otus/hal/hpreg.c:1694: ERROR: code indent should use tabs where possible
      drivers/staging/otus/hal/hpreg.c:1695: ERROR: code indent should use tabs where possible
      drivers/staging/otus/hal/hpreg.c:1695: ERROR: do not use C99 // comments
      drivers/staging/otus/hal/hpreg.c:1696: ERROR: code indent should use tabs where possible
      drivers/staging/otus/hal/hpreg.c:1696: ERROR: do not use C99 // comments
      drivers/staging/otus/hal/hpreg.c:1697: ERROR: code indent should use tabs where possible
      drivers/staging/otus/hal/hpreg.c:1697: ERROR: do not use C99 // comments
      drivers/staging/otus/hal/hpreg.c:1698: ERROR: code indent should use tabs where possible
      drivers/staging/otus/hal/hpreg.c:1698: ERROR: do not use C99 // comments
      drivers/staging/otus/hal/hpreg.c:1699: ERROR: code indent should use tabs where possible
      drivers/staging/otus/hal/hpreg.c:1700: ERROR: code indent should use tabs where possible
      drivers/staging/otus/hal/hpreg.c:1700: ERROR: do not use C99 // comments
      drivers/staging/otus/hal/hpreg.c:1701: ERROR: code indent should use tabs where possible
      drivers/staging/otus/hal/hpreg.c:1702: ERROR: code indent should use tabs where possible
      drivers/staging/otus/hal/hpreg.c:1702: ERROR: do not use C99 // comments
      drivers/staging/otus/hal/hpreg.c:1703: ERROR: code indent should use tabs where possible
      drivers/staging/otus/hal/hpreg.c:1706: ERROR: do not use C99 // comments
      drivers/staging/otus/hal/hpreg.c:1707: ERROR: do not use C99 // comments
      drivers/staging/otus/hal/hpreg.c:1708: ERROR: do not use C99 // comments
      drivers/staging/otus/hal/hpreg.c:1710: ERROR: do not use C99 // comments
      drivers/staging/otus/hal/hpreg.c:1711: ERROR: do not use C99 // comments
      drivers/staging/otus/hal/hpreg.c:1712: ERROR: do not use C99 // comments
      drivers/staging/otus/hal/hpreg.c:1713: ERROR: do not use C99 // comments
      drivers/staging/otus/hal/hpreg.c:1714: ERROR: code indent should use tabs where possible
      drivers/staging/otus/hal/hpreg.c:1714: ERROR: do not use C99 // comments
      drivers/staging/otus/hal/hpreg.c:1717: ERROR: that open brace { should be on the previous line
      drivers/staging/otus/hal/hpreg.c:1719: ERROR: code indent should use tabs where possible
      drivers/staging/otus/hal/hpreg.c:1720: ERROR: code indent should use tabs where possible
      drivers/staging/otus/hal/hpreg.c:1721: ERROR: code indent should use tabs where possible
      drivers/staging/otus/hal/hpreg.c:1722: ERROR: code indent should use tabs where possible
      drivers/staging/otus/hal/hpreg.c:1722: ERROR: do not use C99 // comments
      drivers/staging/otus/hal/hpreg.c:1723: ERROR: code indent should use tabs where possible
      drivers/staging/otus/hal/hpreg.c:1723: ERROR: do not use C99 // comments
      drivers/staging/otus/hal/hpreg.c:1724: ERROR: code indent should use tabs where possible
      drivers/staging/otus/hal/hpreg.c:1724: ERROR: do not use C99 // comments
      drivers/staging/otus/hal/hpreg.c:1725: ERROR: code indent should use tabs where possible
      drivers/staging/otus/hal/hpreg.c:1725: ERROR: do not use C99 // comments
      drivers/staging/otus/hal/hpreg.c:1726: ERROR: code indent should use tabs where possible
      drivers/staging/otus/hal/hpreg.c:1726: ERROR: do not use C99 // comments
      drivers/staging/otus/hal/hpreg.c:1727: ERROR: code indent should use tabs where possible
      drivers/staging/otus/hal/hpreg.c:1728: ERROR: code indent should use tabs where possible
      drivers/staging/otus/hal/hpreg.c:1728: ERROR: do not use C99 // comments
      drivers/staging/otus/hal/hpreg.c:1729: ERROR: code indent should use tabs where possible
      drivers/staging/otus/hal/hpreg.c:1730: ERROR: code indent should use tabs where possible
      drivers/staging/otus/hal/hpreg.c:1730: ERROR: do not use C99 // comments
      drivers/staging/otus/hal/hpreg.c:1731: ERROR: code indent should use tabs where possible
      drivers/staging/otus/hal/hpreg.c:1734: ERROR: do not use C99 // comments
      drivers/staging/otus/hal/hpreg.c:1735: ERROR: code indent should use tabs where possible
      drivers/staging/otus/hal/hpreg.c:1735: ERROR: do not use C99 // comments
      drivers/staging/otus/hal/hpreg.c:1736: ERROR: code indent should use tabs where possible
      drivers/staging/otus/hal/hpreg.c:1737: ERROR: do not use C99 // comments
      drivers/staging/otus/hal/hpreg.c:1738: ERROR: do not use C99 // comments
      drivers/staging/otus/hal/hpreg.c:1739: ERROR: do not use C99 // comments
      drivers/staging/otus/hal/hpreg.c:1740: ERROR: do not use C99 // comments
      drivers/staging/otus/hal/hpreg.c:1743: ERROR: do not use C99 // comments
      drivers/staging/otus/hal/hpreg.c:1744: ERROR: code indent should use tabs where possible
      drivers/staging/otus/hal/hpreg.c:1744: ERROR: do not use C99 // comments
      drivers/staging/otus/hal/hpreg.c:1745: ERROR: code indent should use tabs where possible
      drivers/staging/otus/hal/hpreg.c:1746: ERROR: do not use C99 // comments
      drivers/staging/otus/hal/hpreg.c:1747: ERROR: do not use C99 // comments
      drivers/staging/otus/hal/hpreg.c:1748: ERROR: do not use C99 // comments
      drivers/staging/otus/hal/hpreg.c:1749: ERROR: do not use C99 // comments
      drivers/staging/otus/hal/hpreg.c:1752: ERROR: code indent should use tabs where possible
      drivers/staging/otus/hal/hpreg.c:1755: ERROR: that open brace { should be on the previous line
      drivers/staging/otus/hal/hpreg.c:1755: WARNING: suspect code indent for conditional statements (16, 20)
      drivers/staging/otus/hal/hpreg.c:1757: ERROR: do not use C99 // comments
      drivers/staging/otus/hal/hpreg.c:1759: ERROR: code indent should use tabs where possible
      drivers/staging/otus/hal/hpreg.c:1760: ERROR: code indent should use tabs where possible
      drivers/staging/otus/hal/hpreg.c:1760: ERROR: that open brace { should be on the previous line
      drivers/staging/otus/hal/hpreg.c:1761: ERROR: code indent should use tabs where possible
      drivers/staging/otus/hal/hpreg.c:1762: ERROR: code indent should use tabs where possible
      drivers/staging/otus/hal/hpreg.c:1762: ERROR: do not use C99 // comments
      drivers/staging/otus/hal/hpreg.c:1763: ERROR: code indent should use tabs where possible
      drivers/staging/otus/hal/hpreg.c:1764: ERROR: code indent should use tabs where possible
      drivers/staging/otus/hal/hpreg.c:1766: ERROR: code indent should use tabs where possible
      drivers/staging/otus/hal/hpreg.c:1766: ERROR: do not use C99 // comments
      drivers/staging/otus/hal/hpreg.c:1767: ERROR: code indent should use tabs where possible
      drivers/staging/otus/hal/hpreg.c:1767: ERROR: that open brace { should be on the previous line
      drivers/staging/otus/hal/hpreg.c:1767: WARNING: suspect code indent for conditional statements (8, 12)
      drivers/staging/otus/hal/hpreg.c:1767: ERROR: space prohibited before that close parenthesis ')'
      drivers/staging/otus/hal/hpreg.c:1768: ERROR: code indent should use tabs where possible
      drivers/staging/otus/hal/hpreg.c:1769: ERROR: code indent should use tabs where possible
      drivers/staging/otus/hal/hpreg.c:1770: ERROR: code indent should use tabs where possible
      drivers/staging/otus/hal/hpreg.c:1772: ERROR: that open brace { should be on the previous line
      drivers/staging/otus/hal/hpreg.c:1772: ERROR: spaces required around that '=' (ctx:VxV)
      drivers/staging/otus/hal/hpreg.c:1772: ERROR: space required after that ';' (ctx:VxV)
      drivers/staging/otus/hal/hpreg.c:1772: ERROR: spaces required around that '<' (ctx:VxV)
      drivers/staging/otus/hal/hpreg.c:1774: ERROR: that open brace { should be on the previous line
      drivers/staging/otus/hal/hpreg.c:1774: ERROR: space required after that ',' (ctx:VxV)
      drivers/staging/otus/hal/hpreg.c:1778: ERROR: do not use C99 // comments
      drivers/staging/otus/hal/hpreg.c:1779: ERROR: do not use C99 // comments
      drivers/staging/otus/hal/hpreg.c:1780: ERROR: do not use C99 // comments
      drivers/staging/otus/hal/hpreg.c:1781: ERROR: that open brace { should be on the previous line
      drivers/staging/otus/hal/hpreg.c:1781: ERROR: spaces required around that '=' (ctx:VxV)
      drivers/staging/otus/hal/hpreg.c:1786: ERROR: code indent should use tabs where possible
      drivers/staging/otus/hal/hpreg.c:1786: ERROR: do not use C99 // comments
      drivers/staging/otus/hal/hpreg.c:1787: ERROR: code indent should use tabs where possible
      drivers/staging/otus/hal/hpreg.c:1787: ERROR: that open brace { should be on the previous line
      drivers/staging/otus/hal/hpreg.c:1787: ERROR: spaces required around that '==' (ctx:VxV)
      drivers/staging/otus/hal/hpreg.c:1788: ERROR: code indent should use tabs where possible
      drivers/staging/otus/hal/hpreg.c:1789: ERROR: code indent should use tabs where possible
      drivers/staging/otus/hal/hpreg.c:1789: ERROR: that open brace { should be on the previous line
      drivers/staging/otus/hal/hpreg.c:1789: ERROR: space prohibited after that open parenthesis '('
      drivers/staging/otus/hal/hpreg.c:1789: ERROR: space prohibited before that close parenthesis ')'
      drivers/staging/otus/hal/hpreg.c:1789: ERROR: space required before the open parenthesis '('
      drivers/staging/otus/hal/hpreg.c:1790: ERROR: code indent should use tabs where possible
      drivers/staging/otus/hal/hpreg.c:1791: ERROR: code indent should use tabs where possible
      drivers/staging/otus/hal/hpreg.c:1792: ERROR: code indent should use tabs where possible
      drivers/staging/otus/hal/hpreg.c:1793: ERROR: code indent should use tabs where possible
      drivers/staging/otus/hal/hpreg.c:1794: ERROR: code indent should use tabs where possible
      drivers/staging/otus/hal/hpreg.c:1795: ERROR: code indent should use tabs where possible
      drivers/staging/otus/hal/hpreg.c:1796: ERROR: code indent should use tabs where possible
      drivers/staging/otus/hal/hpreg.c:1797: ERROR: code indent should use tabs where possible
      drivers/staging/otus/hal/hpreg.c:1798: ERROR: code indent should use tabs where possible
      drivers/staging/otus/hal/hpreg.c:1799: ERROR: that open brace { should be on the previous line
      drivers/staging/otus/hal/hpreg.c:1799: WARNING: suspect code indent for conditional statements (40, 44)
      drivers/staging/otus/hal/hpreg.c:1805: ERROR: code indent should use tabs where possible
      drivers/staging/otus/hal/hpreg.c:1807: ERROR: code indent should use tabs where possible
      drivers/staging/otus/hal/hpreg.c:1809: ERROR: code indent should use tabs where possible
      drivers/staging/otus/hal/hpreg.c:1811: ERROR: code indent should use tabs where possible
      drivers/staging/otus/hal/hpreg.c:1814: ERROR: that open brace { should be on the previous line
      drivers/staging/otus/hal/hpreg.c:1816: ERROR: code indent should use tabs where possible
      drivers/staging/otus/hal/hpreg.c:1817: ERROR: code indent should use tabs where possible
      drivers/staging/otus/hal/hpreg.c:1820: ERROR: space required before the open parenthesis '('
      drivers/staging/otus/hal/hpreg.c:1821: ERROR: code indent should use tabs where possible
      drivers/staging/otus/hal/hpreg.c:1826: ERROR: code indent should use tabs where possible
      drivers/staging/otus/hal/hpreg.c:1837: CHECK: if this code is redundant consider removing it
      drivers/staging/otus/hal/hpreg.c:1839: ERROR: code indent should use tabs where possible
      drivers/staging/otus/hal/hpreg.c:1840: ERROR: code indent should use tabs where possible
      drivers/staging/otus/hal/hpreg.c:1841: ERROR: code indent should use tabs where possible
      drivers/staging/otus/hal/hpreg.c:1842: ERROR: code indent should use tabs where possible
      drivers/staging/otus/hal/hpreg.c:1843: ERROR: code indent should use tabs where possible
      drivers/staging/otus/hal/hpreg.c:1845: ERROR: code indent should use tabs where possible
      drivers/staging/otus/hal/hpreg.c:1845: ERROR: that open brace { should be on the previous line
      drivers/staging/otus/hal/hpreg.c:1845: WARNING: suspect code indent for conditional statements (8, 12)
      drivers/staging/otus/hal/hpreg.c:1845: ERROR: spaces required around that '=' (ctx:VxV)
      drivers/staging/otus/hal/hpreg.c:1845: ERROR: spaces required around that '<' (ctx:VxV)
      drivers/staging/otus/hal/hpreg.c:1846: ERROR: code indent should use tabs where possible
      drivers/staging/otus/hal/hpreg.c:1847: ERROR: code indent should use tabs where possible
      drivers/staging/otus/hal/hpreg.c:1848: ERROR: code indent should use tabs where possible
      drivers/staging/otus/hal/hpreg.c:1849: ERROR: code indent should use tabs where possible
      drivers/staging/otus/hal/hpreg.c:1850: ERROR: code indent should use tabs where possible
      drivers/staging/otus/hal/hpreg.c:1851: ERROR: code indent should use tabs where possible
      drivers/staging/otus/hal/hpreg.c:1852: ERROR: code indent should use tabs where possible
      drivers/staging/otus/hal/hpreg.c:1853: ERROR: code indent should use tabs where possible
      drivers/staging/otus/hal/hpreg.c:1854: ERROR: code indent should use tabs where possible
      drivers/staging/otus/hal/hpreg.c:1861: ERROR: "foo* bar" should be "foo *bar"
      drivers/staging/otus/hal/hpreg.c:1863: ERROR: do not use C99 // comments
      drivers/staging/otus/hal/hpreg.c:1871: ERROR: "foo* bar" should be "foo *bar"
      drivers/staging/otus/hal/hpreg.c:1874: ERROR: do not use C99 // comments
      drivers/staging/otus/hal/hpreg.c:1881: ERROR: that open brace { should be on the previous line
      drivers/staging/otus/hal/hpreg.c:1883: ERROR: code indent should use tabs where possible
      drivers/staging/otus/hal/hpreg.c:1883: ERROR: that open brace { should be on the previous line
      drivers/staging/otus/hal/hpreg.c:1883: WARNING: suspect code indent for conditional statements (8, 12)
      drivers/staging/otus/hal/hpreg.c:1884: ERROR: code indent should use tabs where possible
      drivers/staging/otus/hal/hpreg.c:1885: ERROR: code indent should use tabs where possible
      drivers/staging/otus/hal/hpreg.c:1887: ERROR: code indent should use tabs where possible
      drivers/staging/otus/hal/hpreg.c:1887: ERROR: do not use C99 // comments
      drivers/staging/otus/hal/hpreg.c:1888: ERROR: code indent should use tabs where possible
      drivers/staging/otus/hal/hpreg.c:1888: ERROR: "(foo*)" should be "(foo *)"
      drivers/staging/otus/hal/hpreg.c:1890: ERROR: code indent should use tabs where possible
      drivers/staging/otus/hal/hpreg.c:1890: ERROR: do not use C99 // comments
      drivers/staging/otus/hal/hpreg.c:1892: ERROR: code indent should use tabs where possible
      drivers/staging/otus/hal/hpreg.c:1892: ERROR: that open brace { should be on the previous line
      drivers/staging/otus/hal/hpreg.c:1893: ERROR: code indent should use tabs where possible
      drivers/staging/otus/hal/hpreg.c:1894: ERROR: code indent should use tabs where possible
      drivers/staging/otus/hal/hpreg.c:1894: ERROR: do not use C99 // comments
      drivers/staging/otus/hal/hpreg.c:1896: ERROR: code indent should use tabs where possible
      drivers/staging/otus/hal/hpreg.c:1897: ERROR: code indent should use tabs where possible
      drivers/staging/otus/hal/hpreg.c:1898: ERROR: code indent should use tabs where possible
      drivers/staging/otus/hal/hpreg.c:1899: ERROR: code indent should use tabs where possible
      drivers/staging/otus/hal/hpreg.c:1904: ERROR: "foo* bar" should be "foo *bar"
      drivers/staging/otus/hal/hpreg.c:1908: ERROR: do not use C99 // comments
      drivers/staging/otus/hal/hpreg.c:1909: ERROR: do not use C99 // comments
      drivers/staging/otus/hal/hpreg.c:1915: ERROR: that open brace { should be on the previous line
      drivers/staging/otus/hal/hpreg.c:1916: ERROR: do not use C99 // comments
      drivers/staging/otus/hal/hpreg.c:1917: ERROR: code indent should use tabs where possible
      drivers/staging/otus/hal/hpreg.c:1917: ERROR: do not use C99 // comments
      drivers/staging/otus/hal/hpreg.c:1919: ERROR: do not use C99 // comments
      drivers/staging/otus/hal/hpreg.c:1920: ERROR: that open brace { should be on the previous line
      drivers/staging/otus/hal/hpreg.c:1922: ERROR: code indent should use tabs where possible
      drivers/staging/otus/hal/hpreg.c:1922: ERROR: do not use C99 // comments
      drivers/staging/otus/hal/hpreg.c:1923: ERROR: code indent should use tabs where possible
      drivers/staging/otus/hal/hpreg.c:1923: ERROR: that open brace { should be on the previous line
      drivers/staging/otus/hal/hpreg.c:1923: WARNING: suspect code indent for conditional statements (8, 12)
      drivers/staging/otus/hal/hpreg.c:1924: ERROR: code indent should use tabs where possible
      drivers/staging/otus/hal/hpreg.c:1925: ERROR: code indent should use tabs where possible
      drivers/staging/otus/hal/hpreg.c:1925: ERROR: do not use C99 // comments
      drivers/staging/otus/hal/hpreg.c:1926: ERROR: code indent should use tabs where possible
      drivers/staging/otus/hal/hpreg.c:1926: ERROR: do not use C99 // comments
      drivers/staging/otus/hal/hpreg.c:1928: ERROR: code indent should use tabs where possible
      drivers/staging/otus/hal/hpreg.c:1930: ERROR: code indent should use tabs where possible
      drivers/staging/otus/hal/hpreg.c:1930: ERROR: that open brace { should be on the previous line
      drivers/staging/otus/hal/hpreg.c:1931: ERROR: code indent should use tabs where possible
      drivers/staging/otus/hal/hpreg.c:1932: ERROR: code indent should use tabs where possible
      drivers/staging/otus/hal/hpreg.c:1933: ERROR: code indent should use tabs where possible
      drivers/staging/otus/hal/hpreg.c:1935: ERROR: code indent should use tabs where possible
      drivers/staging/otus/hal/hpreg.c:1935: ERROR: do not use C99 // comments
      drivers/staging/otus/hal/hpreg.c:1936: ERROR: code indent should use tabs where possible
      drivers/staging/otus/hal/hpreg.c:1936: ERROR: do not use C99 // comments
      drivers/staging/otus/hal/hpreg.c:1937: ERROR: code indent should use tabs where possible
      drivers/staging/otus/hal/hpreg.c:1937: ERROR: do not use C99 // comments
      drivers/staging/otus/hal/hpreg.c:1938: ERROR: code indent should use tabs where possible
      drivers/staging/otus/hal/hpreg.c:1938: ERROR: do not use C99 // comments
      drivers/staging/otus/hal/hpreg.c:1939: ERROR: code indent should use tabs where possible
      drivers/staging/otus/hal/hpreg.c:1939: ERROR: do not use C99 // comments
      drivers/staging/otus/hal/hpreg.c:1940: ERROR: code indent should use tabs where possible
      drivers/staging/otus/hal/hpreg.c:1940: ERROR: do not use C99 // comments
      drivers/staging/otus/hal/hpreg.c:1941: ERROR: code indent should use tabs where possible
      drivers/staging/otus/hal/hpreg.c:1941: ERROR: do not use C99 // comments
      drivers/staging/otus/hal/hpreg.c:1942: ERROR: code indent should use tabs where possible
      drivers/staging/otus/hal/hpreg.c:1942: ERROR: do not use C99 // comments
      drivers/staging/otus/hal/hpreg.c:1943: ERROR: code indent should use tabs where possible
      drivers/staging/otus/hal/hpreg.c:1943: ERROR: do not use C99 // comments
      drivers/staging/otus/hal/hpreg.c:1944: ERROR: code indent should use tabs where possible
      drivers/staging/otus/hal/hpreg.c:1944: ERROR: do not use C99 // comments
      drivers/staging/otus/hal/hpreg.c:1945: ERROR: code indent should use tabs where possible
      drivers/staging/otus/hal/hpreg.c:1945: ERROR: do not use C99 // comments
      drivers/staging/otus/hal/hpreg.c:1946: ERROR: code indent should use tabs where possible
      drivers/staging/otus/hal/hpreg.c:1946: ERROR: do not use C99 // comments
      drivers/staging/otus/hal/hpreg.c:1947: ERROR: code indent should use tabs where possible
      drivers/staging/otus/hal/hpreg.c:1947: ERROR: do not use C99 // comments
      drivers/staging/otus/hal/hpreg.c:1948: ERROR: code indent should use tabs where possible
      drivers/staging/otus/hal/hpreg.c:1948: ERROR: do not use C99 // comments
      drivers/staging/otus/hal/hpreg.c:1949: ERROR: code indent should use tabs where possible
      drivers/staging/otus/hal/hpreg.c:1949: ERROR: do not use C99 // comments
      drivers/staging/otus/hal/hpreg.c:1950: ERROR: code indent should use tabs where possible
      drivers/staging/otus/hal/hpreg.c:1950: ERROR: do not use C99 // comments
      drivers/staging/otus/hal/hpreg.c:1951: ERROR: code indent should use tabs where possible
      drivers/staging/otus/hal/hpreg.c:1951: ERROR: do not use C99 // comments
      drivers/staging/otus/hal/hpreg.c:1952: ERROR: code indent should use tabs where possible
      drivers/staging/otus/hal/hpreg.c:1952: ERROR: do not use C99 // comments
      drivers/staging/otus/hal/hpreg.c:1953: ERROR: code indent should use tabs where possible
      drivers/staging/otus/hal/hpreg.c:1953: ERROR: do not use C99 // comments
      drivers/staging/otus/hal/hpreg.c:1954: ERROR: code indent should use tabs where possible
      drivers/staging/otus/hal/hpreg.c:1954: ERROR: do not use C99 // comments
      drivers/staging/otus/hal/hpreg.c:1955: ERROR: code indent should use tabs where possible
      drivers/staging/otus/hal/hpreg.c:1955: ERROR: do not use C99 // comments
      drivers/staging/otus/hal/hpreg.c:1956: ERROR: code indent should use tabs where possible
      drivers/staging/otus/hal/hpreg.c:1956: ERROR: do not use C99 // comments
      drivers/staging/otus/hal/hpreg.c:1957: ERROR: code indent should use tabs where possible
      drivers/staging/otus/hal/hpreg.c:1957: ERROR: do not use C99 // comments
      drivers/staging/otus/hal/hpreg.c:1958: ERROR: code indent should use tabs where possible
      drivers/staging/otus/hal/hpreg.c:1958: ERROR: do not use C99 // comments
      drivers/staging/otus/hal/hpreg.c:1959: ERROR: code indent should use tabs where possible
      drivers/staging/otus/hal/hpreg.c:1959: ERROR: do not use C99 // comments
      drivers/staging/otus/hal/hpreg.c:1960: ERROR: code indent should use tabs where possible
      drivers/staging/otus/hal/hpreg.c:1960: ERROR: do not use C99 // comments
      drivers/staging/otus/hal/hpreg.c:1961: ERROR: code indent should use tabs where possible
      drivers/staging/otus/hal/hpreg.c:1961: ERROR: do not use C99 // comments
      drivers/staging/otus/hal/hpreg.c:1962: ERROR: code indent should use tabs where possible
      drivers/staging/otus/hal/hpreg.c:1962: ERROR: do not use C99 // comments
      drivers/staging/otus/hal/hpreg.c:1963: ERROR: code indent should use tabs where possible
      drivers/staging/otus/hal/hpreg.c:1963: ERROR: do not use C99 // comments
      drivers/staging/otus/hal/hpreg.c:1964: ERROR: code indent should use tabs where possible
      drivers/staging/otus/hal/hpreg.c:1964: ERROR: do not use C99 // comments
      drivers/staging/otus/hal/hpreg.c:1965: ERROR: code indent should use tabs where possible
      drivers/staging/otus/hal/hpreg.c:1965: ERROR: do not use C99 // comments
      drivers/staging/otus/hal/hpreg.c:1966: ERROR: code indent should use tabs where possible
      drivers/staging/otus/hal/hpreg.c:1966: ERROR: do not use C99 // comments
      drivers/staging/otus/hal/hpreg.c:1967: ERROR: code indent should use tabs where possible
      drivers/staging/otus/hal/hpreg.c:1967: ERROR: do not use C99 // comments
      drivers/staging/otus/hal/hpreg.c:1968: ERROR: code indent should use tabs where possible
      drivers/staging/otus/hal/hpreg.c:1968: ERROR: do not use C99 // comments
      drivers/staging/otus/hal/hpreg.c:1969: ERROR: code indent should use tabs where possible
      drivers/staging/otus/hal/hpreg.c:1969: ERROR: do not use C99 // comments
      drivers/staging/otus/hal/hpreg.c:1970: ERROR: code indent should use tabs where possible
      drivers/staging/otus/hal/hpreg.c:1970: ERROR: do not use C99 // comments
      drivers/staging/otus/hal/hpreg.c:1971: ERROR: code indent should use tabs where possible
      drivers/staging/otus/hal/hpreg.c:1971: ERROR: do not use C99 // comments
      drivers/staging/otus/hal/hpreg.c:1973: ERROR: code indent should use tabs where possible
      drivers/staging/otus/hal/hpreg.c:1974: ERROR: code indent should use tabs where possible
      drivers/staging/otus/hal/hpreg.c:1976: ERROR: do not use C99 // comments
      drivers/staging/otus/hal/hpreg.c:1980: ERROR: "foo* bar" should be "foo *bar"
      drivers/staging/otus/hal/hpreg.c:1984: ERROR: that open brace { should be on the previous line
      drivers/staging/otus/hal/hpreg.c:1986: ERROR: code indent should use tabs where possible
      drivers/staging/otus/hal/hpreg.c:1986: ERROR: that open brace { should be on the previous line
      drivers/staging/otus/hal/hpreg.c:1986: WARNING: suspect code indent for conditional statements (8, 12)
      drivers/staging/otus/hal/hpreg.c:1987: ERROR: code indent should use tabs where possible
      drivers/staging/otus/hal/hpreg.c:1988: ERROR: code indent should use tabs where possible
      drivers/staging/otus/hal/hpreg.c:1989: ERROR: code indent should use tabs where possible
      drivers/staging/otus/hal/hpreg.c:1995: ERROR: "foo* bar" should be "foo *bar"
      drivers/staging/otus/hal/hpreg.c:2003: ERROR: that open brace { should be on the previous line
      drivers/staging/otus/hal/hpreg.c:2005: ERROR: code indent should use tabs where possible
      drivers/staging/otus/hal/hpreg.c:2005: ERROR: that open brace { should be on the previous line
      drivers/staging/otus/hal/hpreg.c:2005: WARNING: suspect code indent for conditional statements (8, 12)
      drivers/staging/otus/hal/hpreg.c:2006: ERROR: code indent should use tabs where possible
      drivers/staging/otus/hal/hpreg.c:2007: ERROR: code indent should use tabs where possible
      drivers/staging/otus/hal/hpreg.c:2008: ERROR: code indent should use tabs where possible
      drivers/staging/otus/hal/hpreg.c:2009: ERROR: code indent should use tabs where possible
      drivers/staging/otus/hal/hpreg.c:2032: ERROR: "foo* bar" should be "foo *bar"
      drivers/staging/otus/hal/hpreg.c:2035: ERROR: space required after that close brace '}'
      drivers/staging/otus/hal/hpreg.c:2039: ERROR: that open brace { should be on the previous line
      drivers/staging/otus/hal/hpreg.c:2041: ERROR: code indent should use tabs where possible
      drivers/staging/otus/hal/hpreg.c:2041: WARNING: suspect code indent for conditional statements (8, 12)
      drivers/staging/otus/hal/hpreg.c:2042: ERROR: code indent should use tabs where possible
      drivers/staging/otus/hal/hpreg.c:2045: ERROR: that open brace { should be on the previous line
      drivers/staging/otus/hal/hpreg.c:2047: ERROR: code indent should use tabs where possible
      drivers/staging/otus/hal/hpreg.c:2048: ERROR: code indent should use tabs where possible
      drivers/staging/otus/hal/hpreg.c:2050: ERROR: that open brace { should be on the previous line
      drivers/staging/otus/hal/hpreg.c:2050: ERROR: else should follow close brace '}'
      drivers/staging/otus/hal/hpreg.c:2052: ERROR: code indent should use tabs where possible
      drivers/staging/otus/hal/hpreg.c:2055: ERROR: that open brace { should be on the previous line
      drivers/staging/otus/hal/hpreg.c:2057: ERROR: code indent should use tabs where possible
      drivers/staging/otus/hal/hpreg.c:2057: ERROR: that open brace { should be on the previous line
      drivers/staging/otus/hal/hpreg.c:2057: WARNING: suspect code indent for conditional statements (8, 12)
      drivers/staging/otus/hal/hpreg.c:2058: ERROR: code indent should use tabs where possible
      drivers/staging/otus/hal/hpreg.c:2059: ERROR: code indent should use tabs where possible
      drivers/staging/otus/hal/hpreg.c:2060: ERROR: code indent should use tabs where possible
      drivers/staging/otus/hal/hpreg.c:2061: ERROR: code indent should use tabs where possible
      drivers/staging/otus/hal/hpreg.c:2061: ERROR: that open brace { should be on the previous line
      drivers/staging/otus/hal/hpreg.c:2062: ERROR: code indent should use tabs where possible
      drivers/staging/otus/hal/hpreg.c:2063: ERROR: code indent should use tabs where possible
      drivers/staging/otus/hal/hpreg.c:2064: ERROR: code indent should use tabs where possible
      drivers/staging/otus/hal/hpreg.c:2065: ERROR: code indent should use tabs where possible
      drivers/staging/otus/hal/hpreg.c:2066: ERROR: code indent should use tabs where possible
      drivers/staging/otus/hal/hpreg.c:2067: ERROR: code indent should use tabs where possible
      drivers/staging/otus/hal/hpreg.c:2073: ERROR: "foo* bar" should be "foo *bar"
      drivers/staging/otus/hal/hpreg.c:2079: ERROR: that open brace { should be on the previous line
      drivers/staging/otus/hal/hpreg.c:2081: ERROR: code indent should use tabs where possible
      drivers/staging/otus/hal/hpreg.c:2081: WARNING: suspect code indent for conditional statements (8, 12)
      drivers/staging/otus/hal/hpreg.c:2082: ERROR: code indent should use tabs where possible
      drivers/staging/otus/hal/hpreg.c:2085: ERROR: that open brace { should be on the previous line
      drivers/staging/otus/hal/hpreg.c:2085: ERROR: space prohibited after that open parenthesis '('
      drivers/staging/otus/hal/hpreg.c:2087: ERROR: code indent should use tabs where possible
      drivers/staging/otus/hal/hpreg.c:2087: ERROR: that open brace { should be on the previous line
      drivers/staging/otus/hal/hpreg.c:2087: WARNING: suspect code indent for conditional statements (8, 12)
      drivers/staging/otus/hal/hpreg.c:2088: ERROR: code indent should use tabs where possible
      drivers/staging/otus/hal/hpreg.c:2089: ERROR: code indent should use tabs where possible
      drivers/staging/otus/hal/hpreg.c:2090: ERROR: code indent should use tabs where possible
      drivers/staging/otus/hal/hpreg.c:2091: ERROR: code indent should use tabs where possible
      drivers/staging/otus/hal/hpreg.c:2093: ERROR: code indent should use tabs where possible
      drivers/staging/otus/hal/hpreg.c:2093: ERROR: do not use C99 // comments
      drivers/staging/otus/hal/hpreg.c:2094: ERROR: code indent should use tabs where possible
      drivers/staging/otus/hal/hpreg.c:2094: ERROR: do not use C99 // comments
      drivers/staging/otus/hal/hpreg.c:2096: ERROR: code indent should use tabs where possible
      drivers/staging/otus/hal/hpreg.c:2098: ERROR: code indent should use tabs where possible
      drivers/staging/otus/hal/hpreg.c:2098: ERROR: that open brace { should be on the previous line
      drivers/staging/otus/hal/hpreg.c:2098: WARNING: suspect code indent for conditional statements (8, 12)
      drivers/staging/otus/hal/hpreg.c:2099: ERROR: code indent should use tabs where possible
      drivers/staging/otus/hal/hpreg.c:2100: ERROR: code indent should use tabs where possible
      drivers/staging/otus/hal/hpreg.c:2101: ERROR: code indent should use tabs where possible
      drivers/staging/otus/hal/hpreg.c:2102: ERROR: code indent should use tabs where possible
      drivers/staging/otus/hal/hpreg.c:2103: ERROR: code indent should use tabs where possible
      drivers/staging/otus/hal/hpreg.c:2105: ERROR: code indent should use tabs where possible
      drivers/staging/otus/hal/hpreg.c:2111: ERROR: "foo* bar" should be "foo *bar"
      drivers/staging/otus/hal/hpreg.c:2117: ERROR: that open brace { should be on the previous line
      drivers/staging/otus/hal/hpreg.c:2119: ERROR: code indent should use tabs where possible
      drivers/staging/otus/hal/hpreg.c:2119: ERROR: do not use C99 // comments
      drivers/staging/otus/hal/hpreg.c:2120: ERROR: code indent should use tabs where possible
      drivers/staging/otus/hal/hpreg.c:2120: ERROR: that open brace { should be on the previous line
      drivers/staging/otus/hal/hpreg.c:2120: WARNING: suspect code indent for conditional statements (8, 12)
      drivers/staging/otus/hal/hpreg.c:2121: ERROR: code indent should use tabs where possible
      drivers/staging/otus/hal/hpreg.c:2122: ERROR: code indent should use tabs where possible
      drivers/staging/otus/hal/hpreg.c:2123: ERROR: code indent should use tabs where possible
      drivers/staging/otus/hal/hpreg.c:2124: ERROR: code indent should use tabs where possible
      drivers/staging/otus/hal/hpreg.c:2127: ERROR: return is not a function, parentheses are not required
      drivers/staging/otus/hal/hpreg.c:2130: ERROR: "foo* bar" should be "foo *bar"
      drivers/staging/otus/hal/hpreg.c:2140: ERROR: that open brace { should be on the previous line
      drivers/staging/otus/hal/hpreg.c:2142: ERROR: code indent should use tabs where possible
      drivers/staging/otus/hal/hpreg.c:2142: ERROR: do not use C99 // comments
      drivers/staging/otus/hal/hpreg.c:2143: ERROR: code indent should use tabs where possible
      drivers/staging/otus/hal/hpreg.c:2143: ERROR: that open brace { should be on the previous line
      drivers/staging/otus/hal/hpreg.c:2143: WARNING: suspect code indent for conditional statements (8, 12)
      drivers/staging/otus/hal/hpreg.c:2144: ERROR: code indent should use tabs where possible
      drivers/staging/otus/hal/hpreg.c:2145: ERROR: code indent should use tabs where possible
      drivers/staging/otus/hal/hpreg.c:2146: ERROR: code indent should use tabs where possible
      drivers/staging/otus/hal/hpreg.c:2147: ERROR: code indent should use tabs where possible
      drivers/staging/otus/hal/hpreg.c:2152: ERROR: return is not a function, parentheses are not required
      drivers/staging/otus/hal/hpreg.c:2155: ERROR: "foo* bar" should be "foo *bar"
      drivers/staging/otus/hal/hpreg.c:2160: ERROR: that open brace { should be on the previous line
      drivers/staging/otus/hal/hpreg.c:2162: ERROR: code indent should use tabs where possible
      drivers/staging/otus/hal/hpreg.c:2162: ERROR: that open brace { should be on the previous line
      drivers/staging/otus/hal/hpreg.c:2162: WARNING: suspect code indent for conditional statements (8, 12)
      drivers/staging/otus/hal/hpreg.c:2163: ERROR: code indent should use tabs where possible
      drivers/staging/otus/hal/hpreg.c:2164: ERROR: code indent should use tabs where possible
      drivers/staging/otus/hal/hpreg.c:2165: ERROR: code indent should use tabs where possible
      drivers/staging/otus/hal/hpreg.c:2171: ERROR: "foo* bar" should be "foo *bar"
      drivers/staging/otus/hal/hpreg.c:2181: ERROR: that open brace { should be on the previous line
      drivers/staging/otus/hal/hpreg.c:2183: ERROR: code indent should use tabs where possible
      drivers/staging/otus/hal/hpreg.c:2183: ERROR: that open brace { should be on the previous line
      drivers/staging/otus/hal/hpreg.c:2183: WARNING: suspect code indent for conditional statements (8, 12)
      drivers/staging/otus/hal/hpreg.c:2184: ERROR: code indent should use tabs where possible
      drivers/staging/otus/hal/hpreg.c:2185: ERROR: code indent should use tabs where possible
      drivers/staging/otus/hal/hpreg.c:2185: ERROR: that open brace { should be on the previous line
      drivers/staging/otus/hal/hpreg.c:2186: ERROR: code indent should use tabs where possible
      drivers/staging/otus/hal/hpreg.c:2187: ERROR: code indent should use tabs where possible
      drivers/staging/otus/hal/hpreg.c:2187: ERROR: that open brace { should be on the previous line
      drivers/staging/otus/hal/hpreg.c:2187: WARNING: suspect code indent for conditional statements (16, 20)
      drivers/staging/otus/hal/hpreg.c:2188: ERROR: code indent should use tabs where possible
      drivers/staging/otus/hal/hpreg.c:2189: ERROR: code indent should use tabs where possible
      drivers/staging/otus/hal/hpreg.c:2190: ERROR: code indent should use tabs where possible
      drivers/staging/otus/hal/hpreg.c:2191: ERROR: code indent should use tabs where possible
      drivers/staging/otus/hal/hpreg.c:2192: ERROR: code indent should use tabs where possible
      drivers/staging/otus/hal/hpreg.c:2193: ERROR: code indent should use tabs where possible
      drivers/staging/otus/hal/hpreg.c:2193: ERROR: that open brace { should be on the previous line
      drivers/staging/otus/hal/hpreg.c:2193: ERROR: else should follow close brace '}'
      drivers/staging/otus/hal/hpreg.c:2194: ERROR: code indent should use tabs where possible
      drivers/staging/otus/hal/hpreg.c:2195: ERROR: code indent should use tabs where possible
      drivers/staging/otus/hal/hpreg.c:2195: ERROR: that open brace { should be on the previous line
      drivers/staging/otus/hal/hpreg.c:2195: WARNING: suspect code indent for conditional statements (16, 20)
      drivers/staging/otus/hal/hpreg.c:2196: ERROR: code indent should use tabs where possible
      drivers/staging/otus/hal/hpreg.c:2197: ERROR: code indent should use tabs where possible
      drivers/staging/otus/hal/hpreg.c:2198: ERROR: code indent should use tabs where possible
      drivers/staging/otus/hal/hpreg.c:2199: ERROR: code indent should use tabs where possible
      drivers/staging/otus/hal/hpreg.c:2200: ERROR: code indent should use tabs where possible
      drivers/staging/otus/hal/hpreg.c:2201: ERROR: code indent should use tabs where possible
      drivers/staging/otus/hal/hpreg.c:2212: ERROR: "foo* bar" should be "foo *bar"
      drivers/staging/otus/hal/hpreg.c:2216: ERROR: that open brace { should be on the previous line
      drivers/staging/otus/hal/hpreg.c:2218: ERROR: code indent should use tabs where possible
      drivers/staging/otus/hal/hpreg.c:2219: ERROR: code indent should use tabs where possible
      drivers/staging/otus/hal/hpreg.c:2220: ERROR: code indent should use tabs where possible
      drivers/staging/otus/hal/hpreg.c:2221: ERROR: code indent should use tabs where possible
      drivers/staging/otus/hal/hpreg.c:2222: ERROR: code indent should use tabs where possible
      drivers/staging/otus/hal/hpreg.c:2223: ERROR: code indent should use tabs where possible
      drivers/staging/otus/hal/hpreg.c:2224: ERROR: code indent should use tabs where possible
      drivers/staging/otus/hal/hpreg.c:2225: ERROR: code indent should use tabs where possible
      drivers/staging/otus/hal/hpreg.c:2226: ERROR: code indent should use tabs where possible
      drivers/staging/otus/hal/hpreg.c:2227: ERROR: code indent should use tabs where possible
      drivers/staging/otus/hal/hpreg.c:2228: ERROR: code indent should use tabs where possible
      drivers/staging/otus/hal/hpreg.c:2229: ERROR: code indent should use tabs where possible
      drivers/staging/otus/hal/hpreg.c:2230: ERROR: code indent should use tabs where possible
      drivers/staging/otus/hal/hpreg.c:2231: ERROR: code indent should use tabs where possible
      drivers/staging/otus/hal/hpreg.c:2232: ERROR: code indent should use tabs where possible
      drivers/staging/otus/hal/hpreg.c:2233: ERROR: code indent should use tabs where possible
      drivers/staging/otus/hal/hpreg.c:2234: ERROR: code indent should use tabs where possible
      drivers/staging/otus/hal/hpreg.c:2235: ERROR: code indent should use tabs where possible
      drivers/staging/otus/hal/hpreg.c:2235: ERROR: do not use C99 // comments
      drivers/staging/otus/hal/hpreg.c:2236: ERROR: code indent should use tabs where possible
      drivers/staging/otus/hal/hpreg.c:2238: ERROR: code indent should use tabs where possible
      drivers/staging/otus/hal/hpreg.c:2239: ERROR: code indent should use tabs where possible
      drivers/staging/otus/hal/hpreg.c:2239: ERROR: do not use C99 // comments
      drivers/staging/otus/hal/hpreg.c:2240: ERROR: code indent should use tabs where possible
      drivers/staging/otus/hal/hpreg.c:2242: ERROR: code indent should use tabs where possible
      drivers/staging/otus/hal/hpreg.c:2243: ERROR: code indent should use tabs where possible
      drivers/staging/otus/hal/hpreg.c:2244: ERROR: code indent should use tabs where possible
      drivers/staging/otus/hal/hpreg.c:2245: ERROR: code indent should use tabs where possible
      drivers/staging/otus/hal/hpreg.c:2246: ERROR: code indent should use tabs where possible
      drivers/staging/otus/hal/hpreg.c:2247: ERROR: code indent should use tabs where possible
      drivers/staging/otus/hal/hpreg.c:2248: ERROR: code indent should use tabs where possible
      drivers/staging/otus/hal/hpreg.c:2249: ERROR: code indent should use tabs where possible
      drivers/staging/otus/hal/hpreg.c:2250: ERROR: code indent should use tabs where possible
      drivers/staging/otus/hal/hpreg.c:2251: ERROR: code indent should use tabs where possible
      drivers/staging/otus/hal/hpreg.c:2252: ERROR: code indent should use tabs where possible
      drivers/staging/otus/hal/hpreg.c:2253: ERROR: code indent should use tabs where possible
      drivers/staging/otus/hal/hpreg.c:2254: ERROR: code indent should use tabs where possible
      drivers/staging/otus/hal/hpreg.c:2255: ERROR: code indent should use tabs where possible
      drivers/staging/otus/hal/hpreg.c:2256: ERROR: code indent should use tabs where possible
      drivers/staging/otus/hal/hpreg.c:2257: ERROR: code indent should use tabs where possible
      drivers/staging/otus/hal/hpreg.c:2258: ERROR: code indent should use tabs where possible
      drivers/staging/otus/hal/hpreg.c:2259: ERROR: code indent should use tabs where possible
      drivers/staging/otus/hal/hpreg.c:2260: ERROR: code indent should use tabs where possible
      drivers/staging/otus/hal/hpreg.c:2260: ERROR: do not use C99 // comments
      drivers/staging/otus/hal/hpreg.c:2261: ERROR: code indent should use tabs where possible
      drivers/staging/otus/hal/hpreg.c:2263: ERROR: code indent should use tabs where possible
      drivers/staging/otus/hal/hpreg.c:2264: ERROR: code indent should use tabs where possible
      drivers/staging/otus/hal/hpreg.c:2265: ERROR: code indent should use tabs where possible
      drivers/staging/otus/hal/hpreg.c:2266: ERROR: code indent should use tabs where possible
      drivers/staging/otus/hal/hpreg.c:2267: ERROR: code indent should use tabs where possible
      drivers/staging/otus/hal/hpreg.c:2268: ERROR: code indent should use tabs where possible
      drivers/staging/otus/hal/hpreg.c:2269: ERROR: code indent should use tabs where possible
      drivers/staging/otus/hal/hpreg.c:2270: ERROR: code indent should use tabs where possible
      drivers/staging/otus/hal/hpreg.c:2271: ERROR: code indent should use tabs where possible
      drivers/staging/otus/hal/hpreg.c:2272: ERROR: code indent should use tabs where possible
      drivers/staging/otus/hal/hpreg.c:2273: ERROR: code indent should use tabs where possible
      drivers/staging/otus/hal/hpreg.c:2274: ERROR: code indent should use tabs where possible
      drivers/staging/otus/hal/hpreg.c:2275: ERROR: code indent should use tabs where possible
      drivers/staging/otus/hal/hpreg.c:2276: ERROR: code indent should use tabs where possible
      drivers/staging/otus/hal/hpreg.c:2277: ERROR: code indent should use tabs where possible
      drivers/staging/otus/hal/hpreg.c:2278: ERROR: code indent should use tabs where possible
      drivers/staging/otus/hal/hpreg.c:2279: ERROR: code indent should use tabs where possible
      drivers/staging/otus/hal/hpreg.c:2280: ERROR: code indent should use tabs where possible
      drivers/staging/otus/hal/hpreg.c:2281: ERROR: code indent should use tabs where possible
      drivers/staging/otus/hal/hpreg.c:2282: ERROR: code indent should use tabs where possible
      drivers/staging/otus/hal/hpreg.c:2283: ERROR: code indent should use tabs where possible
      drivers/staging/otus/hal/hpreg.c:2284: ERROR: code indent should use tabs where possible
      drivers/staging/otus/hal/hpreg.c:2285: ERROR: code indent should use tabs where possible
      drivers/staging/otus/hal/hpreg.c:2286: ERROR: code indent should use tabs where possible
      drivers/staging/otus/hal/hpreg.c:2287: ERROR: code indent should use tabs where possible
      drivers/staging/otus/hal/hpreg.c:2288: ERROR: code indent should use tabs where possible
      drivers/staging/otus/hal/hpreg.c:2289: ERROR: code indent should use tabs where possible
      drivers/staging/otus/hal/hpreg.c:2290: ERROR: code indent should use tabs where possible
      drivers/staging/otus/hal/hpreg.c:2291: ERROR: code indent should use tabs where possible
      drivers/staging/otus/hal/hpreg.c:2292: ERROR: code indent should use tabs where possible
      drivers/staging/otus/hal/hpreg.c:2293: ERROR: code indent should use tabs where possible
      drivers/staging/otus/hal/hpreg.c:2294: ERROR: code indent should use tabs where possible
      drivers/staging/otus/hal/hpreg.c:2295: ERROR: code indent should use tabs where possible
      drivers/staging/otus/hal/hpreg.c:2296: ERROR: code indent should use tabs where possible
      drivers/staging/otus/hal/hpreg.c:2297: ERROR: code indent should use tabs where possible
      drivers/staging/otus/hal/hpreg.c:2298: ERROR: code indent should use tabs where possible
      drivers/staging/otus/hal/hpreg.c:2299: ERROR: code indent should use tabs where possible
      drivers/staging/otus/hal/hpreg.c:2300: ERROR: code indent should use tabs where possible
      drivers/staging/otus/hal/hpreg.c:2301: ERROR: code indent should use tabs where possible
      drivers/staging/otus/hal/hpreg.c:2302: ERROR: code indent should use tabs where possible
      drivers/staging/otus/hal/hpreg.c:2303: ERROR: code indent should use tabs where possible
      drivers/staging/otus/hal/hpreg.c:2304: ERROR: code indent should use tabs where possible
      drivers/staging/otus/hal/hpreg.c:2305: ERROR: code indent should use tabs where possible
      drivers/staging/otus/hal/hpreg.c:2306: ERROR: code indent should use tabs where possible
      drivers/staging/otus/hal/hpreg.c:2307: ERROR: code indent should use tabs where possible
      drivers/staging/otus/hal/hpreg.c:2308: ERROR: code indent should use tabs where possible
      drivers/staging/otus/hal/hpreg.c:2309: ERROR: code indent should use tabs where possible
      drivers/staging/otus/hal/hpreg.c:2310: ERROR: code indent should use tabs where possible
      drivers/staging/otus/hal/hpreg.c:2311: ERROR: code indent should use tabs where possible
      drivers/staging/otus/hal/hpreg.c:2312: ERROR: code indent should use tabs where possible
      drivers/staging/otus/hal/hpreg.c:2313: ERROR: code indent should use tabs where possible
      drivers/staging/otus/hal/hpreg.c:2314: ERROR: code indent should use tabs where possible
      drivers/staging/otus/hal/hpreg.c:2315: ERROR: code indent should use tabs where possible
      drivers/staging/otus/hal/hpreg.c:2316: ERROR: code indent should use tabs where possible
      drivers/staging/otus/hal/hpreg.c:2317: ERROR: code indent should use tabs where possible
      drivers/staging/otus/hal/hpreg.c:2318: ERROR: code indent should use tabs where possible
      drivers/staging/otus/hal/hpreg.c:2319: ERROR: code indent should use tabs where possible
      drivers/staging/otus/hal/hpreg.c:2320: ERROR: code indent should use tabs where possible
      drivers/staging/otus/hal/hpreg.c:2321: ERROR: code indent should use tabs where possible
      drivers/staging/otus/hal/hpreg.c:2322: ERROR: code indent should use tabs where possible
      drivers/staging/otus/hal/hpreg.c:2323: ERROR: code indent should use tabs where possible
      drivers/staging/otus/hal/hpreg.c:2324: ERROR: code indent should use tabs where possible
      drivers/staging/otus/hal/hpreg.c:2325: ERROR: code indent should use tabs where possible
      drivers/staging/otus/hal/hpreg.c:2326: ERROR: code indent should use tabs where possible
      drivers/staging/otus/hal/hpreg.c:2327: ERROR: code indent should use tabs where possible
      drivers/staging/otus/hal/hpreg.c:2328: ERROR: code indent should use tabs where possible
      drivers/staging/otus/hal/hpreg.c:2329: ERROR: code indent should use tabs where possible
      drivers/staging/otus/hal/hpreg.c:2330: ERROR: code indent should use tabs where possible
      drivers/staging/otus/hal/hpreg.c:2331: ERROR: code indent should use tabs where possible
      drivers/staging/otus/hal/hpreg.c:2332: ERROR: code indent should use tabs where possible
      drivers/staging/otus/hal/hpreg.c:2332: ERROR: do not use C99 // comments
      drivers/staging/otus/hal/hpreg.c:2333: ERROR: code indent should use tabs where possible
      drivers/staging/otus/hal/hpreg.c:2335: ERROR: code indent should use tabs where possible
      drivers/staging/otus/hal/hpreg.c:2336: ERROR: code indent should use tabs where possible
      drivers/staging/otus/hal/hpreg.c:2338: ERROR: do not use C99 // comments
      drivers/staging/otus/hal/hpreg.c:2343: ERROR: "foo* bar" should be "foo *bar"
      drivers/staging/otus/hal/hpreg.c:2345: ERROR: "foo* bar" should be "foo *bar"
      drivers/staging/otus/hal/hpreg.c:2348: ERROR: spaces required around that '=' (ctx:VxV)
      Signed-off-by: default avatarAndrea Gelmini <andrea.gelmini@gelma.net>
      Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@suse.de>
      91cc53b0
    • Andrea Gelmini's avatar
      Staging: otus: hpfw2.c: Checkpatch cleanup · 86f3b1a8
      Andrea Gelmini authored
      drivers/staging/otus/hal/hpfw2.c:1018: ERROR: spaces required around that '=' (ctx:VxV)
      Signed-off-by: default avatarAndrea Gelmini <andrea.gelmini@gelma.net>
      Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@suse.de>
      86f3b1a8
    • Andrea Gelmini's avatar
      Staging: otus: hpfwu_OTUS_RC.c: Checkpatch cleanup · 97931551
      Andrea Gelmini authored
      drivers/staging/otus/hal/hpfwu_OTUS_RC.c:715: ERROR: spaces required around that '=' (ctx:VxV)
      Signed-off-by: default avatarAndrea Gelmini <andrea.gelmini@gelma.net>
      Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@suse.de>
      97931551
    • Andrea Gelmini's avatar
      Staging: otus: hpani.h: Checkpatch cleanup · ecd9fe1d
      Andrea Gelmini authored
      drivers/staging/otus/hal/hpani.h:102: ERROR: do not use C99 // comments
      drivers/staging/otus/hal/hpani.h:356: ERROR: do not use C99 // comments
      drivers/staging/otus/hal/hpani.h:395: ERROR: do not use C99 // comments
      Signed-off-by: default avatarAndrea Gelmini <andrea.gelmini@gelma.net>
      Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@suse.de>
      ecd9fe1d
    • Andrea Gelmini's avatar
      Staging: otus: hpfwu_2k.c: Checkpatch cleanup · 52628626
      Andrea Gelmini authored
      drivers/staging/otus/hal/hpfwu_2k.c:1016: ERROR: spaces required around that '=' (ctx:VxV)
      Signed-off-by: default avatarAndrea Gelmini <andrea.gelmini@gelma.net>
      Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@suse.de>
      52628626
    • Andrea Gelmini's avatar
      Staging: otus: hpfwu.c: Checkpatch cleanup · 0637fd67
      Andrea Gelmini authored
      drivers/staging/otus/hal/hpfwu.c:1017: ERROR: spaces required around that '=' (ctx:VxV)
      Signed-off-by: default avatarAndrea Gelmini <andrea.gelmini@gelma.net>
      Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@suse.de>
      0637fd67
    • Andrea Gelmini's avatar
      Staging: otus: hpfwuinit.c: Checkpatch cleanup · adc6ffc0
      Andrea Gelmini authored
      drivers/staging/otus/hal/hpfwuinit.c:240: ERROR: spaces required around that '=' (ctx:VxV)
      Signed-off-by: default avatarAndrea Gelmini <andrea.gelmini@gelma.net>
      Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@suse.de>
      adc6ffc0
    • Andrea Gelmini's avatar
      Staging: asus_oled: asus_oled.c: Checkpatch cleanup · e67fdbc3
      Andrea Gelmini authored
      drivers/staging/asus_oled/asus_oled.c:774: ERROR: code indent should use tabs where possible
      Signed-off-by: default avatarAndrea Gelmini <andrea.gelmini@gelma.net>
      Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@suse.de>
      e67fdbc3
    • Andrea Gelmini's avatar
      Staging: rt2870:: rtusb_bulk.c: Checkpatch cleanup · d24e4497
      Andrea Gelmini authored
      drivers/staging/rt2870/common/rtusb_bulk.c:45: ERROR: that open brace { should be on the previous line
      drivers/staging/rt2870/common/rtusb_bulk.c:175: ERROR: space required before the open parenthesis '('
      drivers/staging/rt2870/common/rtusb_bulk.c:179: ERROR: space required before the open parenthesis '('
      drivers/staging/rt2870/common/rtusb_bulk.c:190: ERROR: "foo * bar" should be "foo *bar"
      drivers/staging/rt2870/common/rtusb_bulk.c:276: ERROR: space prohibited after that '&' (ctx:VxW)
      drivers/staging/rt2870/common/rtusb_bulk.c:278: ERROR: space prohibited after that '&' (ctx:WxW)
      drivers/staging/rt2870/common/rtusb_bulk.c:313: ERROR: space prohibited before that close parenthesis ')'
      drivers/staging/rt2870/common/rtusb_bulk.c:329: WARNING: __func__ should be used instead of gcc specific __FUNCTION__
      drivers/staging/rt2870/common/rtusb_bulk.c:337: ERROR: space prohibited after that '&' (ctx:VxW)
      drivers/staging/rt2870/common/rtusb_bulk.c:404: WARNING: braces {} are not necessary for single statement blocks
      drivers/staging/rt2870/common/rtusb_bulk.c:952: WARNING: braces {} are not necessary for single statement blocks
      drivers/staging/rt2870/common/rtusb_bulk.c:1017: WARNING: braces {} are not necessary for single statement blocks
      Signed-off-by: default avatarAndrea Gelmini <andrea.gelmini@gelma.net>
      Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@suse.de>
      d24e4497
    • Andrea Gelmini's avatar
      Staging: rt2870: rtusb_io.c: Checkpatch cleanup · 2c300f2a
      Andrea Gelmini authored
      drivers/staging/rt2870/common/rtusb_io.c:27: ERROR: code indent should use tabs where possible
      drivers/staging/rt2870/common/rtusb_io.c:404: ERROR: while should follow close brace '}'
      drivers/staging/rt2870/common/rtusb_io.c:459: ERROR: while should follow close brace '}'
      drivers/staging/rt2870/common/rtusb_io.c:655: ERROR: return is not a function, parentheses are not required
      drivers/staging/rt2870/common/rtusb_io.c:659: ERROR: return is not a function, parentheses are not required
      drivers/staging/rt2870/common/rtusb_io.c:669: ERROR: return is not a function, parentheses are not required
      drivers/staging/rt2870/common/rtusb_io.c:701: ERROR: return is not a function, parentheses are not required
      drivers/staging/rt2870/common/rtusb_io.c:729: ERROR: return is not a function, parentheses are not required
      drivers/staging/rt2870/common/rtusb_io.c:739: ERROR: return is not a function, parentheses are not required
      drivers/staging/rt2870/common/rtusb_io.c:770: ERROR: return is not a function, parentheses are not required
      drivers/staging/rt2870/common/rtusb_io.c:1412: ERROR: that open brace { should be on the previous line
      drivers/staging/rt2870/common/rtusb_io.c:1434: ERROR: that open brace { should be on the previous line
      Signed-off-by: default avatarAndrea Gelmini <andrea.gelmini@gelma.net>
      Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@suse.de>
      2c300f2a
    • Andrea Gelmini's avatar
      Staging: rt2870: rtusb_data.c: Checkpatch cleanup · f681d552
      Andrea Gelmini authored
      drivers/staging/rt2870/common/rtusb_data.c:127: ERROR: return is not a function, parentheses are not required
      drivers/staging/rt2870/common/rtusb_data.c:141: ERROR: return is not a function, parentheses are not required
      drivers/staging/rt2870/common/rtusb_data.c:154: ERROR: space prohibited before that close parenthesis ')'
      drivers/staging/rt2870/common/rtusb_data.c:204: ERROR: space prohibited after that '&' (ctx:VxW)
      Signed-off-by: default avatarAndrea Gelmini <andrea.gelmini@gelma.net>
      Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@suse.de>
      f681d552
    • Stewart Robertson's avatar
      Staging: comedi: fix comments over 80 issue in usbduxfast.c · de55a7a5
      Stewart Robertson authored
      This is a patch to the usbduxfast.c file that fixes comments
      over 80 warnings found by the checkpatch.pl tool
      Signed-off-by: default avatarStewart Robertson <stewart_r@aliencamel.com>
      Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@suse.de>
      de55a7a5
    • Graham M Howe's avatar
      Staging: comedi: fix 80 character line issue in 8253.h · a88e29cf
      Graham M Howe authored
      This is a patch to the 8253.h file to fix 80 character line warning
      found by checkpatch.pl tool
      Signed-off-by: default avatarGraham M Howe <gman.1352@googlemail.com>
      Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@suse.de>
      a88e29cf
    • Andrea Gelmini's avatar
      Staging: vt6655: 80211hdr.h: Checkpatch cleanup · 0b25a610
      Andrea Gelmini authored
      ERROR: do not use C99 // comments
      +// bit type
      
      ERROR: do not use C99 // comments
      +// 802.11 frame related, defined as 802.11 spec
      
      ERROR: do not use C99 // comments
      +//#define WLAN_RATES_MAXLEN           255
      
      ERROR: do not use C99 // comments
      +//#define WLAN_WEPMAX_KEYLEN          29
      
      ERROR: do not use C99 // comments
      +// Frame Type
      
      ERROR: do not use C99 // comments
      +// Frame Subtypes
      
      ERROR: do not use C99 // comments
      +// Control
      
      ERROR: do not use C99 // comments
      +// Data
      
      ERROR: do not use C99 // comments
      +// GET & SET Frame Control bit
      
      ERROR: do not use C99 // comments
      +// Sequence Field bit
      
      ERROR: do not use C99 // comments
      +// Capability Field bit
      
      ERROR: do not use C99 // comments
      +// GET & SET Frame Control bit
      
      ERROR: do not use C99 // comments
      +// Sequence Field bit
      
      ERROR: do not use C99 // comments
      +// Capability Field bit
      
      ERROR: do not use C99 // comments
      +#endif //#ifdef __BIG_ENDIAN
      
      ERROR: do not use C99 // comments
      +// ERP Field bit
      
      ERROR: do not use C99 // comments
      +// Support & Basic Rates field
      
      ERROR: do not use C99 // comments
      +// TIM field
      
      ERROR: do not use C99 // comments
      +// 3-Addr & 4-Addr
      
      ERROR: do not use C99 // comments
      +// IEEE ADDR
      
      ERROR: do not use C99 // comments
      +// 802.11 Header Format
      
      ERROR: space required after that close brace '}'
      +}__attribute__ ((__packed__))
      
      ERROR: space required after that close brace '}'
      +}__attribute__ ((__packed__))
      
      ERROR: space required after that close brace '}'
      +}__attribute__ ((__packed__))
      
      ERROR: do not use C99 // comments
      +#endif // __80211HDR_H__
      
      Signed-off-by: Andrea Gelmini <andrea.gelmini@gelma.net
      Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@suse.de>
      0b25a610