Re: [PATCH RESEND] staging: nvec: use strcmp() instead of strncmp() with magic length
Greg KH <[email protected]> Tue, 28 Jul 2026 09:09:23 +0200
| Newsgroups | org.kernel.vger.linux-tegra,dev.linux.lists.linux-staging |
|---|---|
| Message-ID | <2026072836-swerve-splotchy-bf8d@gregkh> |
On Thu, Jul 23, 2026 at 07:18:23PM +0300, Artem Lytkin wrote: > Replace strncmp() with a hardcoded length of 30 with strcmp(). I thought we were trying to get rid of strcmp() usage? Why add it back? thanks, greg k-h