This is an automated email from Gerrit.

"Antonio Borneo <[email protected]>" just uploaded a new patch set to 
Gerrit, which you can find at https://review.openocd.org/c/openocd/+/9770

-- gerrit

commit 833104774c8b1380af13d15093a2c830f6bb36db
Author: Antonio Borneo <[email protected]>
Date:   Mon Jul 6 16:17:28 2026 +0200

    checkpatch: recognize the type FILE
    
    Let checkpatch recognize the type FILE so it will not complain
    that the "multiplication":
            FILE *my_file;
    requires space around the "multiplication operator".
    
    Change-Id: If17d4739d05e552a38380f1d6dfe5c41eb959cfa
    Signed-off-by: Antonio Borneo <[email protected]>

diff --git a/tools/scripts/typedefs.txt b/tools/scripts/typedefs.txt
index 97f330d9dc..57da94056a 100644
--- a/tools/scripts/typedefs.txt
+++ b/tools/scripts/typedefs.txt
@@ -1,6 +1,7 @@
 # SPDX-License-Identifier: GPL-2.0-or-later
 
 fd_set
+FILE
 Jim_Cmd
 Jim_CmdProc
 Jim_DelCmdProc

-- 

Reply via email to