Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 64746
b: refs/heads/master
c: 32528d0
h: refs/heads/master
v: v3
  • Loading branch information
Herbert Xu committed Sep 10, 2007
1 parent f3763a5 commit bcede2f
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: e4630f9fd8cdc14eb1caa08dafe649eb5ae09985
refs/heads/master: 32528d0fbda1093eeeaa7d0a2c498bbb5154099d
2 changes: 1 addition & 1 deletion trunk/crypto/blkcipher.c
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ static inline void blkcipher_unmap_dst(struct blkcipher_walk *walk)
static inline u8 *blkcipher_get_spot(u8 *start, unsigned int len)
{
u8 *end_page = (u8 *)(((unsigned long)(start + len - 1)) & PAGE_MASK);
return start < end_page ? start : end_page;
return start > end_page ? start : end_page;
}

static inline unsigned int blkcipher_done_slow(struct crypto_blkcipher *tfm,
Expand Down

0 comments on commit bcede2f

Please sign in to comment.