Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 267970
b: refs/heads/master
c: 5585d81
h: refs/heads/master
v: v3
  • Loading branch information
K. Y. Srinivasan authored and Greg Kroah-Hartman committed Aug 25, 2011
1 parent cfc6c9e commit 71e9d4f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 1c627870f005149e815a7db00084160cfde1bef8
refs/heads/master: 5585d81e0a52f7994b8cdc6a8927b425c068444a
4 changes: 2 additions & 2 deletions trunk/drivers/staging/hv/rndis_filter.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand All @@ -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;
}

Expand Down

0 comments on commit 71e9d4f

Please sign in to comment.