Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Ruslan Pisarev and committed by
Greg Kroah-Hartman
b08585fc 4095aef6

+3 -3
+3 -3
drivers/staging/winbond/mlmetxrx_f.h
··· 1 - //================================================================ 1 + /* ================================================================ 2 2 // MLMETxRx.H -- 3 3 // 4 4 // Functions defined in MLMETxRx.c. 5 5 // 6 6 // Copyright (c) 2002 Winbond Electrics Corp. All Rights Reserved. 7 - //================================================================ 7 + //================================================================ */ 8 8 #ifndef _MLMETXRX_H 9 9 #define _MLMETXRX_H 10 10 ··· 12 12 13 13 void MLME_GetNextPacket(struct wbsoft_priv *adapter, struct wb35_descriptor *pDes); 14 14 u8 MLMESendFrame(struct wbsoft_priv *adapter, 15 - u8 * pMMPDU, u16 len, u8 DataType); 15 + u8 *pMMPDU, u16 len, u8 DataType); 16 16 17 17 void 18 18 MLME_SendComplete(struct wbsoft_priv *adapter, u8 PacketID,