mirror of
https://github.com/FEX-Emu/linux.git
synced 2025-01-27 05:32:27 +00:00
Staging: bcm: LeakyBucket: Fixed a pointer asterisk placement issue
Fixed a pointer asterisk placement issue Signed-off-by: Lilis Iskandar <veeableful@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
0a6765361c
commit
fd18e9febe
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user