Re: [PATCH net-next 05/11] net: dsa: mv88e6xxx: Add comment about family a device belongs to
From: Vivien Didelot <hidden> Date: 2016-11-14 02:08:23
Hi Andrew,
Andrew Lunn [off-list ref] writes:
Knowing the family of device belongs to helps with picking the ops
implementation which is appropriate to the device. So add a comment to
each structure of ops.
This commit is not necessary. mv88e6xxx_ops structure must be per-chip,
and the family information is already described in patch 03/11.
Thanks,
Vivien