mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-01-10 23:29:46 +00:00
Staging: winbond: mds_f: fixed lines over 80 characters
Fixed some coding style issues. Signed-off-by: Iker Pedrosa <ikerpedrosam@gmail.com> Acked-by: Pavel Machek <pavel@ucw.cz> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
a4f533fd5a
commit
7a52a72e7c
@ -7,13 +7,17 @@
|
||||
unsigned char Mds_initial(struct wbsoft_priv *adapter);
|
||||
void Mds_Tx(struct wbsoft_priv *adapter);
|
||||
void Mds_SendComplete(struct wbsoft_priv *adapter, struct T02_descriptor *pt02);
|
||||
void Mds_MpduProcess(struct wbsoft_priv *adapter, struct wb35_descriptor *prxdes);
|
||||
void Mds_MpduProcess(struct wbsoft_priv *adapter,
|
||||
struct wb35_descriptor *prxdes);
|
||||
extern void DataDmp(u8 *pdata, u32 len, u32 offset);
|
||||
|
||||
/* For data frame sending */
|
||||
u16 MDS_GetPacketSize(struct wbsoft_priv *adapter);
|
||||
void MDS_GetNextPacket(struct wbsoft_priv *adapter, struct wb35_descriptor *pdes);
|
||||
void MDS_GetNextPacketComplete(struct wbsoft_priv *adapter, struct wb35_descriptor *pdes);
|
||||
void MDS_SendResult(struct wbsoft_priv *adapter, u8 packetid, unsigned char sendok);
|
||||
void MDS_GetNextPacket(struct wbsoft_priv *adapter,
|
||||
struct wb35_descriptor *pdes);
|
||||
void MDS_GetNextPacketComplete(struct wbsoft_priv *adapter,
|
||||
struct wb35_descriptor *pdes);
|
||||
void MDS_SendResult(struct wbsoft_priv *adapter, u8 packetid,
|
||||
unsigned char sendok);
|
||||
|
||||
#endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user