Archived
14
0
Fork 0
This repository has been archived on 2022-02-17. You can view files and clone it, but cannot push or open issues or pull requests.
linux-2.6/drivers/staging/hv
Greg Kroah-Hartman f25c749bb8 Staging: hv: remove function pointer typedefs from StorVscApi.h
function pointer typedefs are allowed in the kernel, but only if they
make sense, which they really do not here, as they are not passed around
with any kind of frequency.  So just spell them all out, it makes the
code smaller and easier to understand overall.

Cc: Hank Janssen <hjanssen@microsoft.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
2009-09-15 12:02:03 -07:00
..
BlkVsc.c Staging: hv: remove typedefs from StorVsc.c 2009-09-15 12:02:01 -07:00
blkvsc_drv.c Staging: hv: coding style fixes for blkvsc_drv.c 2009-09-15 12:02:02 -07:00
Channel.c Staging: hv: coding style cleanup for Channel.c 2009-09-15 12:02:02 -07:00
Channel.h Staging: hv: remove typedefs from VmbusPacketFormat.h 2009-09-15 12:01:59 -07:00
ChannelInterface.c Staging: hv: remove function pointer typedefs from VmbusApi.h 2009-09-15 12:02:03 -07:00
ChannelInterface.h Staging: hv: move VmbusApi.h 2009-09-15 12:02:00 -07:00
ChannelMgmt.c Staging: hv: reorg ChannelMgmt a bit 2009-09-15 12:02:02 -07:00
ChannelMgmt.h Staging: hv: move VmbusPacketFormat.h 2009-09-15 12:02:01 -07:00
Connection.c Staging: hv: coding style cleanups for Connection.c 2009-09-15 12:02:01 -07:00
Hv.c Staging: hv: fix coding style issues in Hv.c 2009-09-15 12:02:01 -07:00
Hv.h Staging: hv: move HvStatus.h into hv_api.h 2009-09-15 12:01:58 -07:00
hv_api.h Staging: hv: move HvStatus.h into hv_api.h 2009-09-15 12:01:58 -07:00
Kconfig Staging: hv: adjust Hyper-V Kconfig 2009-09-15 12:01:54 -07:00
List.h Staging: hv: move List.h 2009-09-15 12:02:00 -07:00
logging.h Staging: hv: move logging.h 2009-09-15 12:02:00 -07:00
Makefile Staging: hv: remove Sources.c 2009-09-15 12:01:55 -07:00
NetVsc.c Staging: hv: rename struct NETVSC_DEVICE 2009-09-15 12:02:03 -07:00
NetVsc.h Staging: hv: rename struct NETVSC_DEVICE 2009-09-15 12:02:03 -07:00
netvsc_drv.c Staging: hv: reorganize netvsc_drv.c 2009-09-15 12:02:02 -07:00
NetVscApi.h Staging: hv: remove function pointer typedefs from NetVscApi.h 2009-09-15 12:02:03 -07:00
osd.c Staging: hv: osd.c: coding style fixes 2009-09-15 12:01:56 -07:00
osd.h Staging: hv: osd.h: remove GUID typedef 2009-09-15 12:01:56 -07:00
RingBuffer.c Staging: hv: move logging.h 2009-09-15 12:02:00 -07:00
RingBuffer.h Staging: hv: move osd.h 2009-09-15 12:01:56 -07:00
rndis.h Staging: hv: rndis.h: typedef removal, part 2 2009-09-15 12:01:57 -07:00
RndisFilter.c Staging: hv: remove function pointer typedefs from NetVscApi.h 2009-09-15 12:02:03 -07:00
RndisFilter.h Staging: hv: fix up typedefs in NetVscApi.h 2009-09-15 12:01:59 -07:00
StorVsc.c Staging: hv: reorg StorVsc.c 2009-09-15 12:02:02 -07:00
storvsc_drv.c Staging: hv: coding style cleanup for storvsc_drv.c 2009-09-15 12:02:03 -07:00
StorVscApi.h Staging: hv: remove function pointer typedefs from StorVscApi.h 2009-09-15 12:02:03 -07:00
TODO Staging: hv: TODO: add some more items 2009-09-15 12:02:02 -07:00
VersionInfo.h Staging: hv: cleanup coding style issues in VersionInfo.h 2009-09-15 12:01:55 -07:00
Vmbus.c Staging: hv: code reduction from Vmbus.c 2009-09-15 12:02:01 -07:00
vmbus.h Staging: hv: move VmbusApi.h 2009-09-15 12:02:00 -07:00
vmbus_drv.c Staging: hv: coding style cleanups for vmbus_drv.c 2009-09-15 12:02:02 -07:00
VmbusApi.h Staging: hv: remove function pointer typedefs from VmbusApi.h 2009-09-15 12:02:03 -07:00
VmbusChannelInterface.h Staging: hv: move VmbusChannelInterface.h 2009-09-15 12:02:01 -07:00
VmbusPacketFormat.h Staging: hv: move VmbusPacketFormat.h 2009-09-15 12:02:01 -07:00
VmbusPrivate.h Staging: hv: move VmbusApi.h 2009-09-15 12:02:00 -07:00
vstorage.h Staging: hv: remove typedefs from VmbusPacketFormat.h 2009-09-15 12:01:59 -07:00