mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-12 18:35:35 -04:00
Staging: hv: netvsc: Change the jump label Exit to exit
Change the jump lable "Exit" to "exit". Signed-off-by: K. Y. Srinivasan <kys@microsoft.com> Signed-off-by: Haiyang Zhang <haiyangz@microsoft.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
1c627870f0
commit
5585d81e0a
@@ -537,7 +537,7 @@ static int rndis_filter_set_packet_filter(struct rndis_device *dev,
|
||||
* We can't deallocate the request since we may still receive a
|
||||
* send completion for it.
|
||||
*/
|
||||
goto Exit;
|
||||
goto exit;
|
||||
} else {
|
||||
set_complete = &request->response_msg.msg.set_complete;
|
||||
status = set_complete->status;
|
||||
@@ -546,7 +546,7 @@ static int rndis_filter_set_packet_filter(struct rndis_device *dev,
|
||||
cleanup:
|
||||
if (request)
|
||||
put_rndis_request(dev, request);
|
||||
Exit:
|
||||
exit:
|
||||
return ret;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user