Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 78462
b: refs/heads/master
c: 6d82de9
h: refs/heads/master
v: v3
  • Loading branch information
YOSHIFUJI Hideaki authored and David S. Miller committed Jan 28, 2008
1 parent 0df2d2d commit f696998
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: 5661df7b6cc399cabd1ed6b6a929a0445b862c10
refs/heads/master: 6d82de9e576ea84b549b927e6a7775d918a427b5
2 changes: 1 addition & 1 deletion trunk/net/irda/iriap.c
Original file line number Diff line number Diff line change
Expand Up @@ -579,7 +579,7 @@ static void iriap_getvaluebyclass_response(struct iriap_cb *self,
fp[n++] = ret_code;

/* Insert list length (MSB first) */
tmp_be16 = __constant_htons(0x0001);
tmp_be16 = htons(0x0001);
memcpy(fp+n, &tmp_be16, 2); n += 2;

/* Insert object identifier ( MSB first) */
Expand Down

0 comments on commit f696998

Please sign in to comment.