Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 291943
b: refs/heads/master
c: 8f53602
h: refs/heads/master
i:
  291941: 8533787
  291939: 50c9320
  291935: 6dc69dd
v: v3
  • Loading branch information
Shubhrajyoti D authored and Grant Likely committed Mar 9, 2012
1 parent e400cc6 commit c1d3f58
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: d1c8bbd793e4c2f346f8788ad312f5b5b530aff5
refs/heads/master: 8f53602be555e500cfcd957955bb40fac19f2a6b
2 changes: 1 addition & 1 deletion trunk/include/linux/spi/spi.h
Original file line number Diff line number Diff line change
Expand Up @@ -600,7 +600,7 @@ static inline struct spi_message *spi_message_alloc(unsigned ntrans, gfp_t flags
+ ntrans * sizeof(struct spi_transfer),
flags);
if (m) {
int i;
unsigned i;
struct spi_transfer *t = (struct spi_transfer *)(m + 1);

INIT_LIST_HEAD(&m->transfers);
Expand Down

0 comments on commit c1d3f58

Please sign in to comment.