From patchwork Thu Jul 7 12:58:16 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Masanari Iida X-Patchwork-Id: 9218923 X-Patchwork-Delegate: herbert@gondor.apana.org.au Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork.web.codeaurora.org (Postfix) with ESMTP id D087F60574 for ; Thu, 7 Jul 2016 12:58:25 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id C2A281FF29 for ; Thu, 7 Jul 2016 12:58:25 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id B5A981FFC7; Thu, 7 Jul 2016 12:58:25 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-6.8 required=2.0 tests=BAYES_00, DKIM_ADSP_CUSTOM_MED, DKIM_SIGNED, FREEMAIL_FROM, RCVD_IN_DNSWL_HI, T_DKIM_INVALID autolearn=ham version=3.3.1 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id B678F1FF29 for ; Thu, 7 Jul 2016 12:58:24 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751074AbcGGM6X (ORCPT ); Thu, 7 Jul 2016 08:58:23 -0400 Received: from mail-pf0-f196.google.com ([209.85.192.196]:34451 "EHLO mail-pf0-f196.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750899AbcGGM6W (ORCPT ); Thu, 7 Jul 2016 08:58:22 -0400 Received: by mail-pf0-f196.google.com with SMTP id 66so1814302pfy.1; Thu, 07 Jul 2016 05:58:22 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:subject:date:message-id; bh=QIH+PqkLIeBZ2k0pwDIbdm4gJc1giHIYP7coYV8IXWI=; b=T6qGPJF6rD4EpZrPeHBnjBXRN59O6QfldnZXO7MxGVGpyYm/d2Yhel3OvLdytSuT0/ +ItyDY8srwdRgK16YxnFGEla66/bBIVl6xSlklE6t7hryTqH0E78ftDdQcEnWe5L/3yZ fCQW81s0b4MNjXUx3qEns58VUnhnQE+yeJ7VWKCn3pcOIwDmXAsTTdGNIMxzaoyV6+zJ pwErxDDqVI9hWtkVruUtVEjWyA6lTwKMl2zcjnzd74IK7YpY5am12yqpmHqUILnuqCEj 1T83wqFiTJq1IEjLKNUXvlc35/NYFT1BV0C32/JB/Mab341hnP0bQhaZT7oByB3iAzEK +fGw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id; bh=QIH+PqkLIeBZ2k0pwDIbdm4gJc1giHIYP7coYV8IXWI=; b=TM+hd0ASJXuB26Gb2qNIF05mcZpAO+EqwCHRNSsq3iEetz8TkOOMaYtmhEOByInCQ/ maRAPW2SMgCOMfHfIBXprl0rwhn6Je9fIv9g8nKySwtUMVxv86f0gT5M8CKtHLRoaeZR FFJh/+NiOkpgMNN0nIgUQUsi89dqmRdkPhGljOnQY+7jH3ZbVi3VhbsxES7wCSz1makt fF8J7/rPNLwIHkxRjEphCYr2X8GL2c9j0RX5MiE4mR24BYgkW5uCsvfE7fW6hpyptam4 n7b0li5c00493SNmppETSGVPh1PjTB2hXiEQtouG30xZPHrNGe2sqTfrePBofUoTuLeP jDhQ== X-Gm-Message-State: ALyK8tL/8aFjQdyBzCXuCcQKhODT2hI6cV3pUHcuRcR1N2piNOqe7QGWBUl0taNB0mAOxg== X-Received: by 10.98.112.196 with SMTP id l187mr42188pfc.59.1467896301676; Thu, 07 Jul 2016 05:58:21 -0700 (PDT) Received: from masabert (61-205-81-172m5.grp2.mineo.jp. [61.205.81.172]) by smtp.gmail.com with ESMTPSA id 4sm4649763pav.33.2016.07.07.05.58.20 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 07 Jul 2016 05:58:21 -0700 (PDT) Received: by masabert (Postfix, from userid 1000) id A09AAE5122; Thu, 7 Jul 2016 21:58:18 +0900 (JST) From: Masanari Iida To: herbert@gondor.apana.org.au, linux-crypto@vger.kernel.org, linux-kernel@vger.kernel.org, davem@davemloft.net Cc: Masanari Iida Subject: [PATCH] [linux-next] crypto: doc- Fix double words "the the" in crypto-API.tmpl Date: Thu, 7 Jul 2016 21:58:16 +0900 Message-Id: <20160707125816.4411-1-standby24x7@gmail.com> X-Mailer: git-send-email 2.9.0.243.g5c589a7 Sender: linux-crypto-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-crypto@vger.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP This patch fix double words "the the" in crypto-API.tmpl. Signed-off-by: Masanari Iida --- Documentation/DocBook/crypto-API.tmpl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Documentation/DocBook/crypto-API.tmpl b/Documentation/DocBook/crypto-API.tmpl index d55dc5a39bad..fb2a1526f6ec 100644 --- a/Documentation/DocBook/crypto-API.tmpl +++ b/Documentation/DocBook/crypto-API.tmpl @@ -440,8 +440,8 @@ The type flag specifies the type of the cipher algorithm. The caller usually provides a 0 when the caller wants the default handling. Otherwise, the caller may provide the - following selections which match the the aforementioned - cipher types: + following selections which match the aforementioned cipher + types: