Skip to content

Commit

Permalink
Staging: winbond: fix comments and space coding style issue in mlmetx…
Browse files Browse the repository at this point in the history
…rx_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>
  • Loading branch information
Ruslan Pisarev authored and Greg Kroah-Hartman committed May 11, 2010
1 parent 4095aef commit b08585f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions drivers/staging/winbond/mlmetxrx_f.h
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
//================================================================
/* ================================================================
// MLMETxRx.H --
//
// Functions defined in MLMETxRx.c.
//
// Copyright (c) 2002 Winbond Electrics Corp. All Rights Reserved.
//================================================================
//================================================================ */
#ifndef _MLMETXRX_H
#define _MLMETXRX_H

#include "core.h"

void MLME_GetNextPacket(struct wbsoft_priv *adapter, struct wb35_descriptor *pDes);
u8 MLMESendFrame(struct wbsoft_priv *adapter,
u8 * pMMPDU, u16 len, u8 DataType);
u8 *pMMPDU, u16 len, u8 DataType);

void
MLME_SendComplete(struct wbsoft_priv *adapter, u8 PacketID,
Expand Down

0 comments on commit b08585f

Please sign in to comment.