Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

Staging: rt2860: fix coding style issue in rt_pci_rbus.c

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>

authored by

Gorskin Ilya and committed by
Greg Kroah-Hartman
015ffcbe 52acccb1

+6 -6
+6 -6
drivers/staging/rt2860/rt_pci_rbus.c
··· 81 81 u32 Index, 82 82 unsigned long Length, 83 83 IN BOOLEAN Cached, 84 - void ** VirtualAddress, 84 + void **VirtualAddress, 85 85 dma_addr_t *PhysicalAddress) 86 86 { 87 87 struct os_cookie *pObj = (struct os_cookie *)pAd->OS_Cookie; ··· 96 96 void RTMP_AllocateMgmtDescMemory(struct rt_rtmp_adapter *pAd, 97 97 unsigned long Length, 98 98 IN BOOLEAN Cached, 99 - void ** VirtualAddress, 99 + void **VirtualAddress, 100 100 dma_addr_t *PhysicalAddress) 101 101 { 102 102 struct os_cookie *pObj = (struct os_cookie *)pAd->OS_Cookie; ··· 111 111 void RTMP_AllocateRxDescMemory(struct rt_rtmp_adapter *pAd, 112 112 unsigned long Length, 113 113 IN BOOLEAN Cached, 114 - void ** VirtualAddress, 114 + void **VirtualAddress, 115 115 dma_addr_t *PhysicalAddress) 116 116 { 117 117 struct os_cookie *pObj = (struct os_cookie *)pAd->OS_Cookie; ··· 139 139 u32 Index, 140 140 unsigned long Length, 141 141 IN BOOLEAN Cached, 142 - void ** VirtualAddress, 142 + void **VirtualAddress, 143 143 dma_addr_t *PhysicalAddress) 144 144 { 145 145 struct os_cookie *pObj = (struct os_cookie *)pAd->OS_Cookie; ··· 173 173 void RTMP_AllocateSharedMemory(struct rt_rtmp_adapter *pAd, 174 174 unsigned long Length, 175 175 IN BOOLEAN Cached, 176 - void ** VirtualAddress, 176 + void **VirtualAddress, 177 177 dma_addr_t *PhysicalAddress) 178 178 { 179 179 struct os_cookie *pObj = (struct os_cookie *)pAd->OS_Cookie; ··· 197 197 void *RTMP_AllocateRxPacketBuffer(struct rt_rtmp_adapter *pAd, 198 198 unsigned long Length, 199 199 IN BOOLEAN Cached, 200 - void ** VirtualAddress, 200 + void **VirtualAddress, 201 201 OUT dma_addr_t * 202 202 PhysicalAddress) 203 203 {