Commit b08585fc authored by Ruslan Pisarev's avatar Ruslan Pisarev Committed by Greg Kroah-Hartman

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: default avatarRuslan Pisarev <ruslan@rpisarev.org.ua>
Acked-by: default avatarPavel Machek <pavel@ucw.cz>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@suse.de>
parent 4095aef6
//================================================================ /* ================================================================
// 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 @@ ...@@ -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,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment