Skip to content

Commit

Permalink
crypto: aead - Fix checkpatch errors
Browse files Browse the repository at this point in the history
Signed-off-by: Richard Hartmann <[email protected]>
Signed-off-by: Herbert Xu <[email protected]>
  • Loading branch information
RichiH authored and herbertx committed Feb 16, 2010
1 parent c4ede64 commit 3922538
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions crypto/aead.c
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
/*
* AEAD: Authenticated Encryption with Associated Data
*
*
* This file provides API support for AEAD algorithms.
*
* Copyright (c) 2007 Herbert Xu <[email protected]>
*
* 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 3922538

Please sign in to comment.