linux/drivers/staging/hv/include
Nicolas Palix 0b3f683488 Staging: hv: Remove typedef STORVSC_REQUEST and PSTORVSC_REQUEST
typedef STORVSC_REQUEST and PSTORVSC_REQUEST are removed and their
usages are replace by the use of struct hv_storvsc_request and
struct hv_storvsc_request * respectively.

Here is the semantic patch generated to perform this transformation:
(http://coccinelle.lip6.fr/)

//<smpl>
@rm_STORVSC_REQUEST@
@@
-typedef struct _STORVSC_REQUEST
+struct hv_storvsc_request
{...}
-STORVSC_REQUEST
;

@rm_PSTORVSC_REQUEST@
@@
-typedef struct _STORVSC_REQUEST *PSTORVSC_REQUEST;
+struct hv_storvsc_request;

@fixtypedef_STORVSC_REQUEST@
typedef STORVSC_REQUEST;
@@
-STORVSC_REQUEST
+struct hv_storvsc_request

@fixstruct__STORVSC_REQUEST@
@@
struct
-_STORVSC_REQUEST
+hv_storvsc_request

@fixtypedef_PSTORVSC_REQUEST@
typedef PSTORVSC_REQUEST;
@@
-PSTORVSC_REQUEST
+struct hv_storvsc_request*
//</smpl>

Signed-off-by: Nicolas Palix <npalix@diku.dk>
Cc: Hank Janssen <hjanssen@microsoft.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
2009-09-15 12:01:52 -07:00
..
ChannelMessages.h Staging: hv: Remove C99 comments 2009-09-15 12:01:50 -07:00
HvHalApi.h Staging: hv: Remove C99 comments 2009-09-15 12:01:50 -07:00
HvHcApi.h Staging: hv: Remove C99 comments 2009-09-15 12:01:50 -07:00
HvPtApi.h Staging: hv: Remove C99 comments 2009-09-15 12:01:50 -07:00
HvStatus.h Staging: hv: Remove C99 comments 2009-09-15 12:01:50 -07:00
HvSynicApi.h Staging: hv: Remove C99 comments 2009-09-15 12:01:50 -07:00
HvTypes.h Staging: hv: remove UINT64 and INT64 and UCHAR typedefs 2009-09-15 12:01:46 -07:00
HvVpApi.h Staging: hv: Remove C99 comments 2009-09-15 12:01:50 -07:00
List.h Staging: hv: Remove C99 comments 2009-09-15 12:01:50 -07:00
NetVscApi.h Staging: hv: Remove typedef NETVSC_PACKET and PNETVSC_PACKET 2009-09-15 12:01:52 -07:00
StorVscApi.h Staging: hv: Remove typedef STORVSC_REQUEST and PSTORVSC_REQUEST 2009-09-15 12:01:52 -07:00
VmbusApi.h Staging: hv: Remove typedef DRIVER_OBJECT and PDRIVER_OBJECT 2009-09-15 12:01:52 -07:00
VmbusChannelInterface.h Staging: hv: Remove C99 comments 2009-09-15 12:01:50 -07:00
VmbusPacketFormat.h Staging: hv: Remove C99 comments 2009-09-15 12:01:50 -07:00
logging.h Staging: hv: Remove C99 comments 2009-09-15 12:01:50 -07:00
nvspprotocol.h Staging: hv: Remove C99 comments 2009-09-15 12:01:50 -07:00
osd.h Staging: hv: remove HANDLE typedef 2009-09-15 12:01:52 -07:00
rndis.h Staging: hv: Remove C99 comments 2009-09-15 12:01:50 -07:00
vmbus.h Staging: hv: Remove typedef DRIVER_OBJECT and PDRIVER_OBJECT 2009-09-15 12:01:52 -07:00
vstorage.h Staging: hv: Remove C99 comments 2009-09-15 12:01:50 -07:00