rename camel case function ReadWord() to ced_read_word() Signed-off-by: Luca Ellero <luca.ellero@xxxxxxxxxxxxxxxx> --- drivers/staging/ced1401/usb1401.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/staging/ced1401/usb1401.c b/drivers/staging/ced1401/usb1401.c index b34e840..22e0c33 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)) -- 1.7.10.4 _______________________________________________ devel mailing list devel@xxxxxxxxxxxxxxxxxxxxxx http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel