Skip to content

Commit

Permalink
fix: response to cppcheck
Browse files Browse the repository at this point in the history
Signed-off-by: TetsuKawa <kawaguchitnon@icloud.com>
  • Loading branch information
TetsuKawa committed Mar 4, 2025
1 parent 0fc2f04 commit e7004cf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions agnocast_kmod/agnocast.c
Original file line number Diff line number Diff line change
Expand Up @@ -1406,7 +1406,7 @@ static int get_node_publisher_topics(
}

static int get_topic_subscriber_info(
char * topic_name, union ioctl_topic_info_args * topic_info_args)
const char * topic_name, union ioctl_topic_info_args * topic_info_args)
{
topic_info_args->ret_topic_info_ret_num = 0;

Expand Down Expand Up @@ -1462,7 +1462,7 @@ static int get_topic_subscriber_info(
}

static int get_topic_publisher_info(
char * topic_name, union ioctl_topic_info_args * topic_info_args)
const char * topic_name, union ioctl_topic_info_args * topic_info_args)
{
topic_info_args->ret_topic_info_ret_num = 0;

Expand Down

0 comments on commit e7004cf

Please sign in to comment.