Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 67027
b: refs/heads/master
c: 5aaff0c
h: refs/heads/master
i:
  67025: 3145de5
  67023: 2aa3560
v: v3
  • Loading branch information
Ingo Oeser authored and David S. Miller committed Oct 10, 2007
1 parent cbcf493 commit 991d2f8
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: 70dec235d8ac8cfb56ed2a3597e7d6c5b801f018
refs/heads/master: 5aaff0c8f7dd3515c9f1ca57f86463f30779acc7
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 max(start, end_page);
}

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

0 comments on commit 991d2f8

Please sign in to comment.