Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 214331
b: refs/heads/master
c: a0ece28
h: refs/heads/master
i:
  214329: 89d8359
  214327: 903423e
v: v3
  • Loading branch information
Julia Lawall authored and David S. Miller committed Sep 7, 2010
1 parent 45fc240 commit 9688f5e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: 29af9309dba25077f711f5f975977714bc43a0c3
refs/heads/master: a0ece28539d49c9bdcc6da0bbb26771dceb57581
4 changes: 2 additions & 2 deletions trunk/drivers/atm/firestream.c
Original file line number Diff line number Diff line change
Expand Up @@ -444,8 +444,8 @@ static inline void fs_kfree_skb (struct sk_buff * skb)
#define ROUND_NEAREST 3
/********** make rate (not quite as much fun as Horizon) **********/

static unsigned int make_rate (unsigned int rate, int r,
u16 * bits, unsigned int * actual)
static int make_rate(unsigned int rate, int r,
u16 *bits, unsigned int *actual)
{
unsigned char exp = -1; /* hush gcc */
unsigned int man = -1; /* hush gcc */
Expand Down

0 comments on commit 9688f5e

Please sign in to comment.