Re: [PATCH 0/2] constify inet6_protocol structures

From: David Miller
Date: Fri Jul 28 2017 - 21:53:20 EST


From: Julia Lawall <Julia.Lawall@xxxxxxx>
Date: Fri, 28 Jul 2017 22:18:56 +0200

> The inet6_protocol structure is only passed as the first argument to
> inet6_add_protocol or inet6_del_protocol, both of which are declared as
> const. Thus the inet6_protocol structure itself can be const.
>
> Done with the help of Coccinelle.
...

Series applied, thanks Julia.