From patchwork Tue Aug 15 06:26:40 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Gilad Ben-Yossef X-Patchwork-Id: 110100 Delivered-To: patch@linaro.org Received: by 10.182.109.195 with SMTP id hu3csp5115255obb; Mon, 14 Aug 2017 23:28:09 -0700 (PDT) X-Received: by 10.98.159.209 with SMTP id v78mr79678pfk.23.1502778489495; Mon, 14 Aug 2017 23:28:09 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1502778489; cv=none; d=google.com; s=arc-20160816; b=GXAXuTyS6vRDN8/2zdkwgJb3bvDzTKTjR13NfTlg+nf1UOtL9R8bcLGf7UnTSC83TK tSfegd1xvtUxtL/1em9LbIqvDMdXooN3uDdvsZ1bDUQlKb/MpCHOMHsKsj32PqchLTW0 WS+rpsCB6OQjg1V0yqnVozE360wJGf7AlW8fSmtarwLnqPJsYnp7aZtB6SSzbDyCjVPD Dty5RfTJh+eiXwCnRxGKzf1w5eV/KILQGVTDIB6XSsbdjLXeCizIKHZ6yfAy+28/9+Wq sOns+iJSU9eUutHxXJmrc1HCwTGMTnpkwpj/oank9D/bm7IzhcDLgug5c8xdplevjD/w zsrg== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:references:in-reply-to:message-id:date :subject:cc:to:from:arc-authentication-results; bh=jofWThmMkvgEkgXHBEht4WsVmrUTwd+7oSDgz+pfoU8=; b=UV/iInuu8cD0lSuCmSC45AqHXfkBOP46IJN0NawwWJf4EMP0M4fIf6To7omhkxf5tl SZymkehd3FHA6YDtKetLzHk6s4Fkc7FxOhoVnm/bqcRpMzmQdjFIvoKDJwBmS8YFm8Ak tOEjXLPUcsDJpQdJiC+ZCtjUpUrnPnmROczZTf0hutH/ZO4VYNJgU9KILlOVzCRxr6wr 4CbQ57WgpabUuFc5PsQKMqB3WUDhlHQqNWPXoQQ9fbOlJtkakbDmPjkrTvhne7PhN5PG V/Rkq9HERy5IeSUk1lZazBDpOFF4hOMRyTfEuwim/ucn0n/LCsA+aesqqG6uJ0pCjArr Svzw== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id b3si5617390plb.632.2017.08.14.23.28.09; Mon, 14 Aug 2017 23:28:09 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753529AbdHOG2E (ORCPT + 25 others); Tue, 15 Aug 2017 02:28:04 -0400 Received: from foss.arm.com ([217.140.101.70]:48140 "EHLO foss.arm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752484AbdHOG2B (ORCPT ); Tue, 15 Aug 2017 02:28:01 -0400 Received: from usa-sjc-imap-foss1.foss.arm.com (unknown [10.72.51.249]) by usa-sjc-mx-foss1.foss.arm.com (Postfix) with ESMTP id 58E272B; Mon, 14 Aug 2017 23:28:01 -0700 (PDT) Received: from gby.kfn.arm.com (unknown [10.45.48.148]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id B95063F3E1; Mon, 14 Aug 2017 23:27:59 -0700 (PDT) From: Gilad Ben-Yossef To: Greg Kroah-Hartman , linux-crypto@vger.kernel.org, driverdev-devel@linuxdriverproject.org, devel@driverdev.osuosl.org, linux-kernel@vger.kernel.org Cc: Ofir Drang Subject: [PATCH v3 12/22] staging: ccree: align box comment correctly Date: Tue, 15 Aug 2017 09:26:40 +0300 Message-Id: <1502778412-16255-13-git-send-email-gilad@benyossef.com> X-Mailer: git-send-email 2.1.4 In-Reply-To: <1502778412-16255-1-git-send-email-gilad@benyossef.com> References: <1502778412-16255-1-git-send-email-gilad@benyossef.com> Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Fix indentation in first comment. Signed-off-by: Gilad Ben-Yossef --- drivers/staging/ccree/ssi_hash.c | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) -- 2.1.4 diff --git a/drivers/staging/ccree/ssi_hash.c b/drivers/staging/ccree/ssi_hash.c index b7d6586..b95c3ce 100644 --- a/drivers/staging/ccree/ssi_hash.c +++ b/drivers/staging/ccree/ssi_hash.c @@ -1,18 +1,18 @@ /* - * Copyright (C) 2012-2017 ARM Limited or its affiliates. - * - * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License version 2 as - * published by the Free Software Foundation. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program; if not, see . - */ + * Copyright (C) 2012-2017 ARM Limited or its affiliates. + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License version 2 as + * published by the Free Software Foundation. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, see . + */ #include #include