param_set: remove duplicate math strings
commitffb10fbdd253f95aec4eca89701023796ea4458f
authorDan Carpenter <dan.carpenter@linaro.org>
Tue, 21 Nov 2023 08:52:15 +0000 (21 11:52 +0300)
committerDan Carpenter <dan.carpenter@linaro.org>
Tue, 21 Nov 2023 08:52:15 +0000 (21 11:52 +0300)
treeb3ae71c18eea40a17e6932e1c6ce419d15e6e0a7
parent045d29f90c4ab21c374ff587b856f3c30368750f
param_set: remove duplicate math strings

This is harmless but slightly ugly in return_states.

lib/kobject.c | kobject_init_internal | 147 |              |       PARAM_SET |  0 | $->state_initialized |                 1[1] |

The "1[1]" is duplicate information.  Just print "1".

Signed-off-by: Dan Carpenter <dan.carpenter@linaro.org>
smatch_param_set.c