Re: [PATCH 25/26] pch_gbe: constify local structures

From: David Miller
Date: Sun Sep 11 2016 - 22:48:30 EST



Julia, I went over the networking driver patches in this series and
I have to say that I'd rather see these changes be more durable
and self-checking.

By this I mean that I want you to also make the driver private pointer
that holds these structures be const too.

Then if there are really any assignments to the objects being marked
const, it will show immediately.

Thank you.