All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 5/5] Staging: bcm: LeakyBucket: Fixed a pointer asterisk placement issue
@ 2013-07-26 14:24 Lilis Iskandar
  0 siblings, 0 replies; only message in thread
From: Lilis Iskandar @ 2013-07-26 14:24 UTC (permalink / raw)
  To: gregkh; +Cc: jamesceri, devel, linux-kernel

Fixed a pointer asterisk placement issue.

Signed-off-by: Lilis Iskandar <veeableful@gmail.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




^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2013-07-26 14:24 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-07-26 14:24 [PATCH 5/5] Staging: bcm: LeakyBucket: Fixed a pointer asterisk placement issue Lilis Iskandar

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.