Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 39365
b: refs/heads/master
c: 9e42ef7
h: refs/heads/master
i:
  39363: 5ae9aae
v: v3
  • Loading branch information
Andrew Morton authored and Linus Torvalds committed Oct 11, 2006
1 parent 8167caf commit 3feaf8c
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: 272057447f646c51bc77c60044eb21c683fa366d
refs/heads/master: 9e42ef777f62277ea9bb70976be65bb374e00b9c
2 changes: 1 addition & 1 deletion trunk/drivers/firmware/dell_rbu.c
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,7 @@ static int packetize_data(void *data, size_t length)
if ((rc = create_packet(temp, packet_length)))
return rc;

pr_debug("%p:%lu\n", temp, (end - temp));
pr_debug("%p:%td\n", temp, (end - temp));
temp += packet_length;
}

Expand Down

0 comments on commit 3feaf8c

Please sign in to comment.