Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 62735
b: refs/heads/master
c: e7cbff1
h: refs/heads/master
i:
  62733: 12c25c3
  62731: 493f476
  62727: c761fc9
  62719: 4643896
v: v3
  • Loading branch information
Al Viro authored and James Bottomley committed Jul 20, 2007
1 parent bb26cc8 commit 66ecdbd
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: 6585c1b3e2e6fe78701980686139f9599be07d66
refs/heads/master: e7cbff13ec1f236a3f8341c503a2e1bd0cf692e5
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 66ecdbd

Please sign in to comment.