summaryrefslogtreecommitdiffstats
path: root/drivers/staging/hv/Connection.c
diff options
context:
space:
mode:
authorNicolas Palix2009-07-29 14:10:19 +0200
committerGreg Kroah-Hartman2009-09-15 21:01:52 +0200
commit0b3f683488aaf5f501dfa9758054a23b1b625e4f (patch)
tree877ba42d804db8cef822577d7a2482bf5aae99a9 /drivers/staging/hv/Connection.c
parentStaging: hv: Remove typedef NETVSC_PACKET and PNETVSC_PACKET (diff)
downloadkernel-qcow2-linux-0b3f683488aaf5f501dfa9758054a23b1b625e4f.tar.gz
kernel-qcow2-linux-0b3f683488aaf5f501dfa9758054a23b1b625e4f.tar.xz
kernel-qcow2-linux-0b3f683488aaf5f501dfa9758054a23b1b625e4f.zip
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>
Diffstat (limited to 'drivers/staging/hv/Connection.c')
0 files changed, 0 insertions, 0 deletions