Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 353847
b: refs/heads/master
c: 13821d9
h: refs/heads/master
i:
  353845: f242961
  353843: 0580a41
  353839: ca4f563
v: v3
  • Loading branch information
Johan Meiring authored and Greg Kroah-Hartman committed Jan 7, 2013
1 parent 6836367 commit a55f528
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: f83a7c34d4e57a5afddd94adf39c26f2a09677e1
refs/heads/master: 13821d96d47098067df59d565f3b98c7694317f5
4 changes: 2 additions & 2 deletions trunk/drivers/staging/wlags49_h2/wl_enc.c
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ int wl_wep_code(char *szCrypt, char *szDest, void *Data, int nLen)
}
}

return(strlen(szDest)) ;
return strlen(szDest);

}
/*============================================================================*/
Expand Down Expand Up @@ -225,7 +225,7 @@ int wl_wep_decode(char *szCrypt, void *Dest, char *szData)

}

return(i) ;
return i;

}
/*============================================================================*/
Expand Down

0 comments on commit a55f528

Please sign in to comment.