git: 507c46474841 - stable/13 - qat: Make prototypes consistent with the implementation
Mark Johnston
markj at FreeBSD.org
Mon Apr 12 12:22:58 UTC 2021
The branch stable/13 has been updated by markj:
URL: https://cgit.FreeBSD.org/src/commit/?id=507c46474841c5549b910157b08436d1c2c7b657
commit 507c46474841c5549b910157b08436d1c2c7b657
Author: Mark Johnston <markj at FreeBSD.org>
AuthorDate: 2021-04-05 20:23:22 +0000
Commit: Mark Johnston <markj at FreeBSD.org>
CommitDate: 2021-04-12 12:22:42 +0000
qat: Make prototypes consistent with the implementation
Sponsored by: The FreeBSD Foundation
(cherry picked from commit 843d16436d3388c1b46d37fca4e86885612d0e64)
---
sys/dev/qat/qat.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/sys/dev/qat/qat.c b/sys/dev/qat/qat.c
index acfe0c6a1e07..49cb408fd702 100644
--- a/sys/dev/qat/qat.c
+++ b/sys/dev/qat/qat.c
@@ -276,8 +276,8 @@ static const struct qat_sym_hash_def qat_sym_hash_defs[] = {
static const struct qat_product *qat_lookup(device_t);
static int qat_probe(device_t);
static int qat_attach(device_t);
-static int qat_init(struct device *);
-static int qat_start(struct device *);
+static int qat_init(device_t);
+static int qat_start(device_t);
static int qat_detach(device_t);
static int qat_newsession(device_t dev, crypto_session_t cses,
More information about the dev-commits-src-branches
mailing list