On Wed, 31 May 2017 14:51:50 +0200 Alexander Potapenko <gli...@google.com> wrote:
> + /* alias comes from the userspace and may not be zero-terminated. > + */ > + memcpy(dev->ifalias, alias, len); You don't need a multi-line comment here.
On Wed, 31 May 2017 14:51:50 +0200 Alexander Potapenko <gli...@google.com> wrote:
> + /* alias comes from the userspace and may not be zero-terminated. > + */ > + memcpy(dev->ifalias, alias, len); You don't need a multi-line comment here.