From cb519ef9fc39d3ccb1272ec7685524443490ca54 Mon Sep 17 00:00:00 2001 From: Miloslav Trmač Date: Sat, 7 Aug 2010 03:25:00 +0200 Subject: Use instead of Suggested by scripts/checkpatch.pl. --- cryptodev_cipher.c | 2 +- cryptodev_main.c | 2 +- ncr-dh.c | 2 +- ncr-key-storage.c | 2 +- ncr-key-wrap.c | 2 +- ncr-key.c | 2 +- ncr-pk.c | 2 +- ncr.c | 2 +- 8 files changed, 8 insertions(+), 8 deletions(-) diff --git a/cryptodev_cipher.c b/cryptodev_cipher.c index 2df7259..8322027 100644 --- a/cryptodev_cipher.c +++ b/cryptodev_cipher.c @@ -27,8 +27,8 @@ #include #include #include -#include #include +#include #include #include #include "cryptodev.h" diff --git a/cryptodev_main.c b/cryptodev_main.c index 62a3f1b..a056b44 100644 --- a/cryptodev_main.c +++ b/cryptodev_main.c @@ -38,8 +38,8 @@ #include #include #include +#include #include "cryptodev.h" -#include #include #include "cryptodev_int.h" #include "ncr-int.h" diff --git a/ncr-dh.c b/ncr-dh.c index 5275e34..235d021 100644 --- a/ncr-dh.c +++ b/ncr-dh.c @@ -26,8 +26,8 @@ #include #include #include +#include #include "cryptodev.h" -#include #include #include #include diff --git a/ncr-key-storage.c b/ncr-key-storage.c index c78dcee..fc6948f 100644 --- a/ncr-key-storage.c +++ b/ncr-key-storage.c @@ -25,8 +25,8 @@ #include #include #include +#include #include "cryptodev.h" -#include #include #include "ncr.h" #include "ncr-int.h" diff --git a/ncr-key-wrap.c b/ncr-key-wrap.c index 776fe66..e3b1de5 100644 --- a/ncr-key-wrap.c +++ b/ncr-key-wrap.c @@ -27,8 +27,8 @@ #include #include #include +#include #include "cryptodev.h" -#include #include #include "ncr.h" #include "ncr-int.h" diff --git a/ncr-key.c b/ncr-key.c index 835dfcd..20a998f 100644 --- a/ncr-key.c +++ b/ncr-key.c @@ -26,8 +26,8 @@ #include #include #include +#include #include "cryptodev.h" -#include #include #include "ncr.h" #include "ncr-int.h" diff --git a/ncr-pk.c b/ncr-pk.c index 0ecbe33..392ff07 100644 --- a/ncr-pk.c +++ b/ncr-pk.c @@ -26,8 +26,8 @@ #include #include #include +#include #include "cryptodev.h" -#include #include #include "ncr.h" #include "ncr-int.h" diff --git a/ncr.c b/ncr.c index cc9696b..1cbe215 100644 --- a/ncr.c +++ b/ncr.c @@ -27,8 +27,8 @@ #include #include #include +#include #include "cryptodev.h" -#include #include #include #include -- cgit