Staging: bcm: Rename USHORT to unsigned short in InterfaceMisc.c
This patch renames uppercase USHORT to unsigned short in InterfaceMisc.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
021cbd755e
commit
306a7acd2a
@ -6,7 +6,7 @@ int InterfaceRDM(PS_INTERFACE_ADAPTER psIntfAdapter,
|
|||||||
int len)
|
int len)
|
||||||
{
|
{
|
||||||
int bytes;
|
int bytes;
|
||||||
USHORT usRetries = 0;
|
unsigned short usRetries = 0;
|
||||||
|
|
||||||
if (psIntfAdapter == NULL) {
|
if (psIntfAdapter == NULL) {
|
||||||
BCM_DEBUG_PRINT(psIntfAdapter->psAdapter, DBG_TYPE_PRINTK, 0, 0, "Interface Adapter is NULL");
|
BCM_DEBUG_PRINT(psIntfAdapter->psAdapter, DBG_TYPE_PRINTK, 0, 0, "Interface Adapter is NULL");
|
||||||
@ -63,7 +63,7 @@ int InterfaceWRM(PS_INTERFACE_ADAPTER psIntfAdapter,
|
|||||||
int len)
|
int len)
|
||||||
{
|
{
|
||||||
int retval = 0;
|
int retval = 0;
|
||||||
USHORT usRetries = 0;
|
unsigned short usRetries = 0;
|
||||||
|
|
||||||
if (psIntfAdapter == NULL) {
|
if (psIntfAdapter == NULL) {
|
||||||
BCM_DEBUG_PRINT(psIntfAdapter->psAdapter, DBG_TYPE_PRINTK, 0, 0, "Interface Adapter is NULL");
|
BCM_DEBUG_PRINT(psIntfAdapter->psAdapter, DBG_TYPE_PRINTK, 0, 0, "Interface Adapter is NULL");
|
||||||
|
Reference in New Issue
Block a user