[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <7e3f07b1-a45d-0800-e74f-7f042d22eb3c@web.de>
Date: Fri, 17 Apr 2020 18:12:34 +0200
From: Markus Elfring <Markus.Elfring@....de>
To: Mathieu Poirier <mathieu.poirier@...aro.org>,
linux-remoteproc@...r.kernel.org
Cc: linux-kernel@...r.kernel.org, Alex Elder <elder@...aro.org>,
Bjorn Andersson <bjorn.andersson@...aro.org>,
Ohad Ben-Cohen <ohad@...ery.com>, Suman Anna <s-anna@...com>
Subject: Re: [v2 4/7] remoteproc: Use kstrdup_const() rather than kstrdup()
…
> +++ 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
Powered by blists - more mailing lists