@@ -1080,7 +1080,7 @@ static int cmd_i3c_ccc_rstact(const struct shell *sh, size_t argc, char **argv)
1080
1080
}
1081
1081
1082
1082
if (ret < 0 ) {
1083
- shell_error (sh , "I3C: unable to send CCC RSTACT BC ." );
1083
+ shell_error (sh , "I3C: unable to send CCC RSTACT." );
1084
1084
return ret ;
1085
1085
}
1086
1086
@@ -1133,7 +1133,7 @@ static int cmd_i3c_ccc_disec_bc(const struct shell *sh, size_t argc, char **argv
1133
1133
1134
1134
ret = i3c_ccc_do_events_all_set (dev , false, & events );
1135
1135
if (ret < 0 ) {
1136
- shell_error (sh , "I3C: unable to send CCC ENEC BC." );
1136
+ shell_error (sh , "I3C: unable to send CCC DISEC BC." );
1137
1137
return ret ;
1138
1138
}
1139
1139
@@ -1157,7 +1157,7 @@ static int cmd_i3c_ccc_enec(const struct shell *sh, size_t argc, char **argv)
1157
1157
1158
1158
ret = i3c_ccc_do_events_set (desc , true, & events );
1159
1159
if (ret < 0 ) {
1160
- shell_error (sh , "I3C: unable to send CCC ENEC BC ." );
1160
+ shell_error (sh , "I3C: unable to send CCC ENEC." );
1161
1161
return ret ;
1162
1162
}
1163
1163
@@ -1181,7 +1181,7 @@ static int cmd_i3c_ccc_disec(const struct shell *sh, size_t argc, char **argv)
1181
1181
1182
1182
ret = i3c_ccc_do_events_set (desc , false, & events );
1183
1183
if (ret < 0 ) {
1184
- shell_error (sh , "I3C: unable to send CCC ENEC BC ." );
1184
+ shell_error (sh , "I3C: unable to send CCC DISEC ." );
1185
1185
return ret ;
1186
1186
}
1187
1187
0 commit comments