[XFRM]: constify 'struct xfrm_type'
Signed-off-by: Eric Dumazet <dada1@cosmosbay.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:

committed by
David S. Miller

parent
2216b48376
commit
533cb5b0a6
@@ -453,7 +453,7 @@ error:
|
||||
goto out;
|
||||
}
|
||||
|
||||
static struct xfrm_type ipcomp6_type =
|
||||
static const struct xfrm_type ipcomp6_type =
|
||||
{
|
||||
.description = "IPCOMP6",
|
||||
.owner = THIS_MODULE,
|
||||
|
Reference in New Issue
Block a user