[<prev] [next>] [day] [month] [year] [list]
Message-ID: <1374848675.13685.8.camel@desktop>
Date: Fri, 26 Jul 2013 22:24:35 +0800
From: Lilis Iskandar <veeableful@...il.com>
To: gregkh@...uxfoundation.org
Cc: jamesceri@...glemail.com, devel@...verdev.osuosl.org,
linux-kernel@...r.kernel.org
Subject: [PATCH 5/5] Staging: bcm: LeakyBucket: Fixed a pointer asterisk
placement issue
Fixed a pointer asterisk placement issue.
Signed-off-by: Lilis Iskandar <veeableful@...il.com>
---
drivers/staging/bcm/LeakyBucket.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/staging/bcm/LeakyBucket.c b/drivers/staging/bcm/LeakyBucket.c
index fb18ae0..bc48616 100644
--- a/drivers/staging/bcm/LeakyBucket.c
+++ b/drivers/staging/bcm/LeakyBucket.c
@@ -104,7 +104,7 @@ This function despatches packet from the specified queue.
*/
static INT SendPacketFromQueue(struct bcm_mini_adapter *Adapter,/**<Logical Adapter*/
struct bcm_packet_info *psSF, /**<Queue identifier*/
- struct sk_buff* Packet) /**<Pointer to the packet to be sent*/
+ struct sk_buff *Packet) /**<Pointer to the packet to be sent*/
{
INT Status = STATUS_FAILURE;
UINT uiIndex = 0, PktLen = 0;
--
1.8.3.1
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists