DPDK patches and discussions
 help / color / mirror / Atom feed
* [PATCH] doc/guides/cryptodev/features: add missing newline at eof
@ 2022-02-25 18:07 Stephen Hemminger
  2022-02-27 20:30 ` Thomas Monjalon
  0 siblings, 1 reply; 2+ messages in thread
From: Stephen Hemminger @ 2022-02-25 18:07 UTC (permalink / raw)
  To: dev
  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

Even these are ini files, they should still have new line at
end of file.

Signed-off-by: Stephen Hemminger <stephen@networkplumber.org>
---
 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
-- 
2.34.1


^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PATCH] doc/guides/cryptodev/features: add missing newline at eof
  2022-02-25 18:07 [PATCH] doc/guides/cryptodev/features: add missing newline at eof Stephen Hemminger
@ 2022-02-27 20:30 ` Thomas Monjalon
  0 siblings, 0 replies; 2+ messages in thread
From: Thomas Monjalon @ 2022-02-27 20:30 UTC (permalink / raw)
  To: Stephen Hemminger
  Cc: dev, 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

25/02/2022 19:07, Stephen Hemminger:
> Even these are ini files, they should still have new line at
> end of file.
> 
> Signed-off-by: Stephen Hemminger <stephen@networkplumber.org>

Squashed with your other patch for examples, thanks.




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-02-27 20:30 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-02-25 18:07 [PATCH] doc/guides/cryptodev/features: add missing newline at eof Stephen Hemminger
2022-02-27 20:30 ` Thomas Monjalon

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).