OSDN Git Service

staging: ced1401: rename ReadWord()
authorLuca Ellero <luca.ellero@brickedbrain.com>
Mon, 30 Jun 2014 09:57:47 +0000 (11:57 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 8 Jul 2014 22:58:11 +0000 (15:58 -0700)
rename camel case function ReadWord() to ced_read_word()

Signed-off-by: Luca Ellero <luca.ellero@brickedbrain.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/ced1401/usb1401.c

index b34e840..22e0c33 100644 (file)
@@ -870,12 +870,12 @@ static bool ced_read_char(unsigned char *pChar, char *pBuf, unsigned int *pdDone
 #ifdef NOTUSED
 /****************************************************************************
 **
-** ReadWord
+** ced_read_word
 **
 ** Reads a word from the 1401, just uses ced_read_char twice; passes on any error
 **
 *****************************************************************************/
-static bool ReadWord(unsigned short *pWord, char *pBuf, unsigned int *pdDone,
+static bool ced_read_word(unsigned short *pWord, char *pBuf, unsigned int *pdDone,
                     unsigned int dGot)
 {
        if (ced_read_char((unsigned char *)pWord, pBuf, pdDone, dGot))