mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-14 12:21:15 -04:00
Staging: bcm: Rename B_UINT8 to "unsigned char" in Misc.c
This patch renames uppercase B_UINT8 to "unsigned char" in Misc.c. Signed-off-by: Kevin McKinney <klmckinney1@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
b23f7f6f57
commit
4216faf7cb
@@ -1175,7 +1175,7 @@ static void doPowerAutoCorrection(struct bcm_mini_adapter *psAdapter)
|
||||
}
|
||||
}
|
||||
|
||||
static void convertEndian(B_UINT8 rwFlag, unsigned int *puiBuffer, UINT uiByteCount)
|
||||
static void convertEndian(unsigned char rwFlag, unsigned int *puiBuffer, UINT uiByteCount)
|
||||
{
|
||||
UINT uiIndex = 0;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user