Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 61919
b: refs/heads/master
c: a920487
h: refs/heads/master
i:
  61917: e25fc97
  61915: b2f70c2
  61911: 0ae4fdb
  61903: 482f543
  61887: cd02899
v: v3
  • Loading branch information
Al Viro authored and Linus Torvalds committed Jul 20, 2007
1 parent a16b79a commit 4f84390
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: dfedfaf55a452637d72bfc482c80f902a470ebb7
refs/heads/master: a9204879b4242c2bed3a172399906acd371a8081
2 changes: 1 addition & 1 deletion trunk/drivers/scsi/iscsi_tcp.c
Original file line number Diff line number Diff line change
Expand Up @@ -1885,7 +1885,7 @@ static int iscsi_tcp_get_addr(struct iscsi_conn *conn, struct socket *sock,
struct sockaddr_in *sin;
int rc = 0, len;

addr = kmalloc(GFP_KERNEL, sizeof(*addr));
addr = kmalloc(sizeof(*addr), GFP_KERNEL);
if (!addr)
return -ENOMEM;

Expand Down

0 comments on commit 4f84390

Please sign in to comment.