staging: comedi: fixed a declaration coding style issue
authorRalf Thielow <ralf.thielow@googlemail.com>
Fri, 27 May 2011 23:37:03 +0000 (01:37 +0200)
committerGreg Kroah-Hartman <gregkh@suse.de>
Tue, 28 Jun 2011 20:23:56 +0000 (13:23 -0700)
Fixed a declaration coding style issue.

Signed-off-by: Ralf Thielow <ralf.thielow@googlemail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/staging/comedi/comedi.h

index 6c900e2756fbecc4db83b825b3cc681bce5eee28..14ea35ac01564301de1b2df1c3df403ddb37df92 100644 (file)
                        return 0x1 + pfi_channel;
                else
                        return 0xb + pfi_channel;
-       } static inline unsigned NI_USUAL_RTSI_SELECT(unsigned rtsi_channel) {
+       }
+
+       static inline unsigned NI_USUAL_RTSI_SELECT(unsigned rtsi_channel)
+       {
                if (rtsi_channel < 7)
                        return 0xb + rtsi_channel;
                else
                        return 0x1b;
        }
+
 /* mode bits for NI general-purpose counters, set with
  * INSN_CONFIG_SET_COUNTER_MODE */
 #define NI_GPCT_COUNTING_MODE_SHIFT 16
This page took 0.027843 seconds and 5 git commands to generate.