Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 67029
b: refs/heads/master
c: 720a650
h: refs/heads/master
i:
  67027: 991d2f8
v: v3
  • Loading branch information
Herbert Xu authored and David S. Miller committed Oct 10, 2007
1 parent 53a82ae commit dc834e3
Show file tree
Hide file tree
Showing 2 changed files with 3 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: f19f5111c94053ba4931892f5c01c806de33942e
refs/heads/master: 720a650f8ab3166d32fc5da64961e8d2158b9452
3 changes: 2 additions & 1 deletion trunk/crypto/cryptomgr.c
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,7 @@ static int cryptomgr_schedule_probe(struct crypto_larval *larval)
}

notnum = 1;
p++;
}

len = p - name;
Expand All @@ -151,7 +152,7 @@ static int cryptomgr_schedule_probe(struct crypto_larval *larval)
param->tb[i + 1] = &param->attrs[i].attr;
i++;

if (WARN_ON(i >= CRYPTO_MAX_ATTRS))
if (i >= CRYPTO_MAX_ATTRS)
goto err_free_param;

if (*p == ')')
Expand Down

0 comments on commit dc834e3

Please sign in to comment.