forked from auracaster/openocd
server: convert 'unsigned' to 'unsigned int'
Conversion done with
checkpatch --fix-inplace -types UNSPECIFIED_INT
Ignore the cast as they could be better addressed.
Change-Id: Ib0cbd9388d61659f8d47c8f57c09baa6df123487
Signed-off-by: Mark Zhuang <mark.zhuang@spacemit.com>
Reviewed-on: https://review.openocd.org/c/openocd/+/8369
Tested-by: jenkins
Reviewed-by: Antonio Borneo <borneo.antonio@gmail.com>
This commit is contained in:
committed by
Antonio Borneo
parent
134e56338d
commit
114ad468ca
@@ -93,7 +93,7 @@ static int telnet_output(struct command_context *cmd_ctx, const char *line)
|
||||
return telnet_outputline(connection, line);
|
||||
}
|
||||
|
||||
static void telnet_log_callback(void *priv, const char *file, unsigned line,
|
||||
static void telnet_log_callback(void *priv, const char *file, unsigned int line,
|
||||
const char *function, const char *string)
|
||||
{
|
||||
struct connection *connection = priv;
|
||||
|
||||
Reference in New Issue
Block a user