From patchwork Fri Feb 25 18:07:34 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Stephen Hemminger X-Patchwork-Id: 108363 X-Patchwork-Delegate: gakhil@marvell.com Return-Path: X-Original-To: patchwork@inbox.dpdk.org Delivered-To: patchwork@inbox.dpdk.org Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id 2935CA034C; Fri, 25 Feb 2022 19:07:40 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id ADBB44113D; Fri, 25 Feb 2022 19:07:39 +0100 (CET) Received: from mail-pf1-f176.google.com (mail-pf1-f176.google.com [209.85.210.176]) by mails.dpdk.org (Postfix) with ESMTP id 1F815410FD for ; Fri, 25 Feb 2022 19:07:38 +0100 (CET) Received: by mail-pf1-f176.google.com with SMTP id i21so5309956pfd.13 for ; Fri, 25 Feb 2022 10:07:38 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=networkplumber-org.20210112.gappssmtp.com; s=20210112; h=from:to:cc:subject:date:message-id:mime-version :content-transfer-encoding; bh=BJqOHZm0aWMFncJ2RAkriNjG/Kb+CaHMiDKHruvG678=; b=N/C7u6a9yypQC0xOAWQyRQNtJFv3JoLjn1uV3bEdqVQe+/RiYtFE9VTK1JK+2uF/x0 uF1yythsG9S+22CRfQ1ZBiy9X+nL4jEkR2zBbp6SZmX5AHQDU4CRqW2MkO8gD7A32zRi gSAptyxa4PL3Iwt+v/tRjRxvbJciJNcuzBZHDzC1ZjVPE45lprmgzKvM+tvejlgo0tET 7vnISGgwkYTBFL1hzt1qhjGkBC/NsqhwEBaishwyGMEe1W/uPuLNySag7VB+mpBr/DuK LIgpNwBBTTYFF9i1SRCgNRsuxPiDG8CNEuqc9Xl0bCn1shXmEX0MgGh7qo+Haz73rcSH Dggg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:from:to:cc:subject:date:message-id:mime-version :content-transfer-encoding; bh=BJqOHZm0aWMFncJ2RAkriNjG/Kb+CaHMiDKHruvG678=; b=JttoqfhvZXIoYnHjxpzoS2jreYiY+Ua5oh37ZVgOeZb4omz6gwJQplUQfNd/nUj94W snrXFJ63M+gX0iDUE7eI1zTCry6BMgqkbVwwr5IV7GsdomxGYa/vVZf4S1YOmJLDhGex 0GCyjN1P8ExpS+0mIrjHJeztt9rOeG1btyTIezRP1hDoKqERTDHXZM/khAGULSpLwtqP Yjib4V0ZwvFkIlr1gU68y2pJixe48rhkfO7+vwM8iLNd8ysDhUgs9lzoE7aN1pEN/NiJ pTMB7rwdwufabownxne1mshbkLuv0JrgURoO48LonZEXBsqwD8YpwBO+Fwh53V27liMZ hjcg== X-Gm-Message-State: AOAM530yH0MO6Cpsf73jdn3ELh8p1LF6tWQ1o15xJdtpJhCueHoAUW1V cs+fZffqPaDD7oDuHjTupMBA0u2MNHd9k0WA X-Google-Smtp-Source: ABdhPJyijTWSjTh7e6WD5b6AbrDEeJnRKfPZb22V+EHVnF9IKdR8Eec61ttQvdnj0ggFhIIDdMVmWQ== X-Received: by 2002:a62:ee12:0:b0:4e1:2ec1:cba2 with SMTP id e18-20020a62ee12000000b004e12ec1cba2mr8775211pfi.71.1645812457607; Fri, 25 Feb 2022 10:07:37 -0800 (PST) Received: from hermes.local (204-195-112-199.wavecable.com. [204.195.112.199]) by smtp.gmail.com with ESMTPSA id gz13-20020a17090b0ecd00b001bc5defa657sm9903412pjb.11.2022.02.25.10.07.36 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 25 Feb 2022 10:07:36 -0800 (PST) From: Stephen Hemminger To: dev@dpdk.org Cc: Stephen Hemminger , Fan Zhang , Pablo de Lara , Ruifeng Wang , Ajit Khaparde , Raveendra Padasalagi , Vikas Gupta , Gagandeep Singh , Hemant Agrawal , Chandubabu Namburu , Ankur Dwivedi , Anoob Joseph , Tejasree Kondoj Subject: [PATCH] doc/guides/cryptodev/features: add missing newline at eof Date: Fri, 25 Feb 2022 10:07:34 -0800 Message-Id: <20220225180734.101612-1-stephen@networkplumber.org> X-Mailer: git-send-email 2.34.1 MIME-Version: 1.0 X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Even these are ini files, they should still have new line at end of file. Signed-off-by: Stephen Hemminger --- doc/guides/cryptodevs/features/aesni_mb.ini | 2 +- doc/guides/cryptodevs/features/armv8.ini | 2 +- doc/guides/cryptodevs/features/bcmfs.ini | 2 +- doc/guides/cryptodevs/features/caam_jr.ini | 2 +- doc/guides/cryptodevs/features/ccp.ini | 2 +- doc/guides/cryptodevs/features/cn10k.ini | 2 +- doc/guides/cryptodevs/features/cn9k.ini | 2 +- doc/guides/cryptodevs/features/null.ini | 2 +- doc/guides/cryptodevs/features/qat.ini | 2 +- 9 files changed, 9 insertions(+), 9 deletions(-) diff --git a/doc/guides/cryptodevs/features/aesni_mb.ini b/doc/guides/cryptodevs/features/aesni_mb.ini index e616f13d504e..3c648a391ed7 100644 --- a/doc/guides/cryptodevs/features/aesni_mb.ini +++ b/doc/guides/cryptodevs/features/aesni_mb.ini @@ -80,4 +80,4 @@ CHACHA20-POLY1305 = Y ; [OS] Linux = Y -FreeBSD = Y \ No newline at end of file +FreeBSD = Y diff --git a/doc/guides/cryptodevs/features/armv8.ini b/doc/guides/cryptodevs/features/armv8.ini index 33c1291ce6e9..ae3f7277e90b 100644 --- a/doc/guides/cryptodevs/features/armv8.ini +++ b/doc/guides/cryptodevs/features/armv8.ini @@ -38,4 +38,4 @@ SHA256 HMAC = Y ; [OS] Linux = Y -FreeBSD = Y \ No newline at end of file +FreeBSD = Y diff --git a/doc/guides/cryptodevs/features/bcmfs.ini b/doc/guides/cryptodevs/features/bcmfs.ini index 5def12f8a595..d8dcaee28a22 100644 --- a/doc/guides/cryptodevs/features/bcmfs.ini +++ b/doc/guides/cryptodevs/features/bcmfs.ini @@ -64,4 +64,4 @@ AES CCM (256) = Y ; [OS] Linux = Y -FreeBSD = Y \ No newline at end of file +FreeBSD = Y diff --git a/doc/guides/cryptodevs/features/caam_jr.ini b/doc/guides/cryptodevs/features/caam_jr.ini index ba6d10c88093..a2fe9dbba014 100644 --- a/doc/guides/cryptodevs/features/caam_jr.ini +++ b/doc/guides/cryptodevs/features/caam_jr.ini @@ -54,4 +54,4 @@ AES GCM (256) = Y ; Supported Operating systems of the 'dpaa2_sec' crypto driver. ; [OS] -Linux = Y \ No newline at end of file +Linux = Y diff --git a/doc/guides/cryptodevs/features/ccp.ini b/doc/guides/cryptodevs/features/ccp.ini index 53abd2b68edc..0734ace9d0a6 100644 --- a/doc/guides/cryptodevs/features/ccp.ini +++ b/doc/guides/cryptodevs/features/ccp.ini @@ -68,4 +68,4 @@ AES GCM (256) = Y ; Supported Operating systems of the 'ccp' crypto driver. ; [OS] -Linux = Y \ No newline at end of file +Linux = Y diff --git a/doc/guides/cryptodevs/features/cn10k.ini b/doc/guides/cryptodevs/features/cn10k.ini index c8193c2ccae7..166fca5adb2b 100644 --- a/doc/guides/cryptodevs/features/cn10k.ini +++ b/doc/guides/cryptodevs/features/cn10k.ini @@ -87,4 +87,4 @@ ECPM = Y ; Supported Operating systems of the 'cn10k' crypto driver. ; [OS] -Linux = Y \ No newline at end of file +Linux = Y diff --git a/doc/guides/cryptodevs/features/cn9k.ini b/doc/guides/cryptodevs/features/cn9k.ini index f215ee045bb5..98ad7cf10aac 100644 --- a/doc/guides/cryptodevs/features/cn9k.ini +++ b/doc/guides/cryptodevs/features/cn9k.ini @@ -86,4 +86,4 @@ ECPM = Y ; Supported Operating systems of the 'cn9k' crypto driver. ; [OS] -Linux = Y \ No newline at end of file +Linux = Y diff --git a/doc/guides/cryptodevs/features/null.ini b/doc/guides/cryptodevs/features/null.ini index ae09cdd1c018..6005fe2b8bf2 100644 --- a/doc/guides/cryptodevs/features/null.ini +++ b/doc/guides/cryptodevs/features/null.ini @@ -35,4 +35,4 @@ NULL = Y ; [OS] Linux = Y -FreeBSD = Y \ No newline at end of file +FreeBSD = Y diff --git a/doc/guides/cryptodevs/features/qat.ini b/doc/guides/cryptodevs/features/qat.ini index bc50ecf032ca..b9755a757ef4 100644 --- a/doc/guides/cryptodevs/features/qat.ini +++ b/doc/guides/cryptodevs/features/qat.ini @@ -88,4 +88,4 @@ RSA = Y ; [OS] Linux = Y -FreeBSD = Y \ No newline at end of file +FreeBSD = Y