[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-Id: <20190615.133851.553488737561865526.davem@davemloft.net>
Date: Sat, 15 Jun 2019 13:38:51 -0700 (PDT)
From: David Miller <davem@...emloft.net>
To: christophe.jaillet@...adoo.fr
Cc: aviad.krawczyk@...wei.com, netdev@...r.kernel.org,
linux-kernel@...r.kernel.org, kernel-janitors@...r.kernel.org
Subject: Re: [PATCH net-next] hinic: Use devm_kasprintf instead of hard
coding it
From: Christophe JAILLET <christophe.jaillet@...adoo.fr>
Date: Thu, 13 Jun 2019 21:54:12 +0200
> 'devm_kasprintf' is less verbose than:
> snprintf(NULL, 0, ...);
> devm_kzalloc(...);
> sprintf
> so use it instead.
>
> Signed-off-by: Christophe JAILLET <christophe.jaillet@...adoo.fr>
Applied.
Powered by blists - more mailing lists