kernel/drivers/media/tuners/tuner-simple.c
.. .. @@ -1,3 +1,4 @@ 1 +// SPDX-License-Identifier: GPL-2.0-only1 2 /* 2 3 * i2c tv tuner chip device driver 3 4 * controls all those simple 4-control-bytes style tuners. .. .. @@ -1131,7 +1132,7 @@ 1131 1132 priv->nr, dtv_input[priv->nr]); 1132 1133 } 1133 1134 1134 - strlcpy(fe->ops.tuner_ops.info.name, priv->tun->name,1135 + strscpy(fe->ops.tuner_ops.info.name, priv->tun->name,1135 1136 sizeof(fe->ops.tuner_ops.info.name)); 1136 1137 1137 1138 return fe;