mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-01-12 00:00:00 +00:00
Staging: winbond: fix comments and space coding style issue in mlmetxrx_f.h
This is a patch to the mlmetxrx_f.h file that fixed up a comments and space Errors found by the checkpatch.pl tools. Signed-off-by: Ruslan Pisarev <ruslan@rpisarev.org.ua> Acked-by: Pavel Machek <pavel@ucw.cz> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
This commit is contained in:
parent
4095aef6dc
commit
b08585fc58
@ -1,10 +1,10 @@
|
|||||||
//================================================================
|
/* ================================================================
|
||||||
// MLMETxRx.H --
|
// MLMETxRx.H --
|
||||||
//
|
//
|
||||||
// Functions defined in MLMETxRx.c.
|
// Functions defined in MLMETxRx.c.
|
||||||
//
|
//
|
||||||
// Copyright (c) 2002 Winbond Electrics Corp. All Rights Reserved.
|
// Copyright (c) 2002 Winbond Electrics Corp. All Rights Reserved.
|
||||||
//================================================================
|
//================================================================ */
|
||||||
#ifndef _MLMETXRX_H
|
#ifndef _MLMETXRX_H
|
||||||
#define _MLMETXRX_H
|
#define _MLMETXRX_H
|
||||||
|
|
||||||
@ -12,7 +12,7 @@
|
|||||||
|
|
||||||
void MLME_GetNextPacket(struct wbsoft_priv *adapter, struct wb35_descriptor *pDes);
|
void MLME_GetNextPacket(struct wbsoft_priv *adapter, struct wb35_descriptor *pDes);
|
||||||
u8 MLMESendFrame(struct wbsoft_priv *adapter,
|
u8 MLMESendFrame(struct wbsoft_priv *adapter,
|
||||||
u8 * pMMPDU, u16 len, u8 DataType);
|
u8 *pMMPDU, u16 len, u8 DataType);
|
||||||
|
|
||||||
void
|
void
|
||||||
MLME_SendComplete(struct wbsoft_priv *adapter, u8 PacketID,
|
MLME_SendComplete(struct wbsoft_priv *adapter, u8 PacketID,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user