Skip to content

Commit

Permalink
crypto: ablkcipher - Fix checkpatch errors
Browse files Browse the repository at this point in the history
Signed-off-by: Richard Hartmann <richih.mailinglist@gmail.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
  • Loading branch information
RichiH authored and herbertx committed Feb 16, 2010
1 parent 5a1436b commit c4ede64
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions crypto/ablkcipher.c
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
/*
* Asynchronous block chaining cipher operations.
*
*
* This is the asynchronous version of blkcipher.c indicating completion
* via a callback.
*
* Copyright (c) 2006 Herbert Xu <herbert@gondor.apana.org.au>
*
* This program is free software; you can redistribute it and/or modify it
* under the terms of the GNU General Public License as published by the Free
* Software Foundation; either version 2 of the License, or (at your option)
* Software Foundation; either version 2 of the License, or (at your option)
* any later version.
*
*/
Expand Down

0 comments on commit c4ede64

Please sign in to comment.