Tue, Jul 05, 2016 at 01:04:09PM CEST, yuval.mi...@qlogic.com wrote:
>> -    int                     (*ndo_neigh_construct)(struct neighbour *n);
>> -    void                    (*ndo_neigh_destroy)(struct neighbour *n);
>> +    int                     (*ndo_neigh_construct)(struct net_device
>> *dev,
>> +                                                   struct neighbour *n);
>> +    void                    (*ndo_neigh_destroy)(struct net_device *dev,
>> +                                                 struct neighbour *n);
>
>Perhaps leverage the fact you touch this and add a comment about this NDO?

Adding comment should be done in a separate patch. It is unrelated to
the change this patch does. Feel free to send a follow-up.

Reply via email to