summaryrefslogtreecommitdiffstats
path: root/drivers/staging/keucr/smcommon.h
diff options
context:
space:
mode:
authorGreg Kroah-Hartman <gregkh@suse.de>2010-09-08 02:47:47 -0700
committerGreg Kroah-Hartman <gregkh@suse.de>2010-09-08 02:49:54 -0700
commit2d2f03b022186e6d7520a758abdea9c04a2969fe (patch)
tree0d9fb3d383b5af252e2123887d7ed56403f169bb /drivers/staging/keucr/smcommon.h
parent126bb03b461c2f03f2d2a43b9a587941bf146e0e (diff)
downloadop-kernel-dev-2d2f03b022186e6d7520a758abdea9c04a2969fe.zip
op-kernel-dev-2d2f03b022186e6d7520a758abdea9c04a2969fe.tar.gz
Staging: keucr: fix up some coding style issues in the .h files
This resolves a few of the coding style issues in the .h files for this driver. It doesn't get all of them by far, but it's a good start. Cc: Al Cho <acho@novell.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/staging/keucr/smcommon.h')
-rw-r--r--drivers/staging/keucr/smcommon.h19
1 files changed, 6 insertions, 13 deletions
diff --git a/drivers/staging/keucr/smcommon.h b/drivers/staging/keucr/smcommon.h
index c20dbcf..1694605 100644
--- a/drivers/staging/keucr/smcommon.h
+++ b/drivers/staging/keucr/smcommon.h
@@ -1,4 +1,4 @@
-//----- < SMCommon.h> --------------------------------------------------
+/*----- < SMCommon.h> --------------------------------------------------*/
#ifndef SMCOMMON_INCD
#define SMCOMMON_INCD
@@ -24,17 +24,10 @@ Define Difinetion
#define ERR_IllegalFmt 0x0031 /* Medium Format Corrupted */
#define ERR_NoSmartMedia 0x003A /* Medium Not Present */
-
-
/***************************************************************************/
-//#define SUCCESS 0 /* SUCCESS */
-//#define ERROR -1 /* ERROR */
-
-/***************************************************************************/
-char Bit_D_Count (BYTE);
-char Bit_D_CountWord (WORD);
-void StringCopy (char *, char *, int);
-int StringCmp (char *, char *, int);
-
+char Bit_D_Count(BYTE);
+char Bit_D_CountWord(WORD);
+void StringCopy(char *, char *, int);
+int StringCmp(char *, char *, int);
-#endif // already included
+#endif
OpenPOWER on IntegriCloud