On Tue, 15 Oct 2024 12:43:50 +0530
Gagandeep Singh <g.si...@nxp.com> wrote:

> From: Jun Yang <jun.y...@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.y...@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

Reply via email to