From: Luca Ellero Date: Mon, 30 Jun 2014 09:57:47 +0000 (+0200) Subject: staging: ced1401: rename ReadWord() X-Git-Tag: v3.17-rc1~123^2~1232 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=026a8210513fa8b6c6643fbe72df3ca667695aa5;p=uclinux-h8%2Flinux.git staging: ced1401: rename ReadWord() rename camel case function ReadWord() to ced_read_word() Signed-off-by: Luca Ellero Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/ced1401/usb1401.c b/drivers/staging/ced1401/usb1401.c index b34e84002ad5..22e0c33aa91c 100644 --- a/drivers/staging/ced1401/usb1401.c +++ b/drivers/staging/ced1401/usb1401.c @@ -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))