mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-04 02:02:28 +09:00
staging: ced1401: rename ReadWord()
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>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
fcc2171f24
commit
026a821051
@@ -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))
|
||||
|
||||
Reference in New Issue
Block a user