]> bbs.cooldavid.org Git - net-next-2.6.git/commitdiff
Staging: rt2860: fix coding style issue in rt_pci_rbus.c
authorGorskin Ilya <revent82@gmail.com>
Fri, 19 Mar 2010 18:10:32 +0000 (23:10 +0500)
committerGreg Kroah-Hartman <gregkh@suse.de>
Tue, 11 May 2010 18:35:42 +0000 (11:35 -0700)
This is a patch to the rt_pci_rbus.c file that fixes up errors found by
the checkpatch.pl tool

Signed-off-by: Gorskin Ilya <revent82@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/staging/rt2860/rt_pci_rbus.c

index acdf09f148e893cb2079e738aab2ba1fb970f87c..3004be6da003085e2e6907e22bdaea57221b28d7 100644 (file)
@@ -81,7 +81,7 @@ void RTMP_AllocateTxDescMemory(struct rt_rtmp_adapter *pAd,
                               u32 Index,
                               unsigned long Length,
                               IN BOOLEAN Cached,
-                              void ** VirtualAddress,
+                              void **VirtualAddress,
                               dma_addr_t *PhysicalAddress)
 {
        struct os_cookie *pObj = (struct os_cookie *)pAd->OS_Cookie;
@@ -96,7 +96,7 @@ void RTMP_AllocateTxDescMemory(struct rt_rtmp_adapter *pAd,
 void RTMP_AllocateMgmtDescMemory(struct rt_rtmp_adapter *pAd,
                                 unsigned long Length,
                                 IN BOOLEAN Cached,
-                                void ** VirtualAddress,
+                                void **VirtualAddress,
                                 dma_addr_t *PhysicalAddress)
 {
        struct os_cookie *pObj = (struct os_cookie *)pAd->OS_Cookie;
@@ -111,7 +111,7 @@ void RTMP_AllocateMgmtDescMemory(struct rt_rtmp_adapter *pAd,
 void RTMP_AllocateRxDescMemory(struct rt_rtmp_adapter *pAd,
                               unsigned long Length,
                               IN BOOLEAN Cached,
-                              void ** VirtualAddress,
+                              void **VirtualAddress,
                               dma_addr_t *PhysicalAddress)
 {
        struct os_cookie *pObj = (struct os_cookie *)pAd->OS_Cookie;
@@ -139,7 +139,7 @@ void RTMP_AllocateFirstTxBuffer(struct rt_rtmp_adapter *pAd,
                                u32 Index,
                                unsigned long Length,
                                IN BOOLEAN Cached,
-                               void ** VirtualAddress,
+                               void **VirtualAddress,
                                dma_addr_t *PhysicalAddress)
 {
        struct os_cookie *pObj = (struct os_cookie *)pAd->OS_Cookie;
@@ -173,7 +173,7 @@ void RTMP_FreeFirstTxBuffer(struct rt_rtmp_adapter *pAd,
 void RTMP_AllocateSharedMemory(struct rt_rtmp_adapter *pAd,
                               unsigned long Length,
                               IN BOOLEAN Cached,
-                              void ** VirtualAddress,
+                              void **VirtualAddress,
                               dma_addr_t *PhysicalAddress)
 {
        struct os_cookie *pObj = (struct os_cookie *)pAd->OS_Cookie;
@@ -197,7 +197,7 @@ void RTMP_AllocateSharedMemory(struct rt_rtmp_adapter *pAd,
 void *RTMP_AllocateRxPacketBuffer(struct rt_rtmp_adapter *pAd,
                                         unsigned long Length,
                                         IN BOOLEAN Cached,
-                                        void ** VirtualAddress,
+                                        void **VirtualAddress,
                                         OUT dma_addr_t *
                                         PhysicalAddress)
 {