[v7 02/15] dma/dpaa2: refactor driver code
Stephen Hemminger
stephen at networkplumber.org
Wed Oct 16 00:11:37 CEST 2024
On Tue, 15 Oct 2024 12:43:50 +0530
Gagandeep Singh <g.singh at nxp.com> wrote:
> From: Jun Yang <jun.yang at nxp.com>
>
> refactor the driver code with changes in:
> - multiple HW queues
> - SMA single copy and SG copy
> - silent mode
>
> Signed-off-by: Jun Yang <jun.yang at nxp.com>
> ---
To prevent false positives from checkpatch spell check, it would
be good to have a follow-on patch that does:
diff --git a/devtools/build-dict.sh b/devtools/build-dict.sh
index a8cac49029..d503fb52fc 100755
--- a/devtools/build-dict.sh
+++ b/devtools/build-dict.sh
@@ -17,6 +17,8 @@ sed '/^..->/d' |
sed '/^uint->/d' |
sed "/^doesn'->/d" |
sed '/^wasn->/d' |
+sed '/^ser->/d' |
+sed '/^fle->/d' |
# print to stdout
cat
More information about the dev
mailing list