Staging: bcm: LeakyBucket: Fixed a pointer asterisk placement issue
authorLilis Iskandar <veeableful@gmail.com>
Sat, 27 Jul 2013 19:34:47 +0000 (03:34 +0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 29 Jul 2013 18:35:28 +0000 (11:35 -0700)
Fixed a pointer asterisk placement issue

Signed-off-by: Lilis Iskandar <veeableful@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/bcm/LeakyBucket.c

index fb18ae0..bc48616 100644 (file)
@@ -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;