Re: [v2 4/7] remoteproc: Use kstrdup_const() rather than kstrdup()

From: Markus Elfring
Date: Fri Apr 17 2020 - 12:12:43 EST


â
> +++ b/drivers/remoteproc/remoteproc_core.c
> @@ -1982,7 +1982,7 @@ static const struct device_type rproc_type = {
â
> - p = kstrdup(firmware, GFP_KERNEL);
> + p = kstrdup_const(firmware, GFP_KERNEL);

How do you think about to avoid a typo for a function name in
the final commit subject?

Regards,
Markus