From: Richard Hartmann Subject: [PATCH 1/1] CRYPTO: Fix checkpatch errors in aead.c Date: Wed, 10 Feb 2010 01:42:27 +0100 Message-ID: <1265762548-21458-1-git-send-email-richih.mailinglist@gmail.com> Cc: Richard Hartmann , Herbert Xu , "David S. Miller" , Alexey Dobriyan , linux-kernel@vger.kernel.org To: linux-crypto@vger.kernel.org Return-path: Received: from fg-out-1718.google.com ([72.14.220.158]:21451 "EHLO fg-out-1718.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754369Ab0BJAnG (ORCPT ); Tue, 9 Feb 2010 19:43:06 -0500 Sender: linux-crypto-owner@vger.kernel.org List-ID: Signed-off-by: Richard Hartmann --- crypto/aead.c | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/crypto/aead.c b/crypto/aead.c index 0a55da7..6729e8f 100644 --- a/crypto/aead.c +++ b/crypto/aead.c @@ -1,13 +1,13 @@ /* * AEAD: Authenticated Encryption with Associated Data - * + * * This file provides API support for AEAD algorithms. * * Copyright (c) 2007 Herbert Xu * * 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. * */ -- 1.6.6.1