mirror of
https://github.com/torvalds/linux.git
synced 2026-05-27 16:44:58 +02:00
Staging: bcm: line length fixed
Signed-off-by: Matthias Beyer <mail@beyermatthias.de> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
cd77fe7761
commit
3a7f7caefd
|
|
@ -11,7 +11,8 @@
|
|||
* Enqueue the control packet for Application.
|
||||
* @return None
|
||||
*/
|
||||
static VOID handle_rx_control_packet(struct bcm_mini_adapter *Adapter, struct sk_buff *skb)
|
||||
static VOID handle_rx_control_packet(struct bcm_mini_adapter *Adapter,
|
||||
struct sk_buff *skb)
|
||||
{
|
||||
struct bcm_tarang_data *pTarang = NULL;
|
||||
bool HighPriorityMessage = false;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user