mirror of
https://github.com/tbsdtv/linux_media.git
synced 2025-07-23 12:43:29 +02:00
atm: fix a typo in the struct description
phy_data means private PHY data not date Signed-off-by: Tong Zhang <ztong0001@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
committed by
David S. Miller
parent
179d0ba0c4
commit
1019d7923d
@@ -151,7 +151,7 @@ struct atm_dev {
|
|||||||
const char *type; /* device type name */
|
const char *type; /* device type name */
|
||||||
int number; /* device index */
|
int number; /* device index */
|
||||||
void *dev_data; /* per-device data */
|
void *dev_data; /* per-device data */
|
||||||
void *phy_data; /* private PHY date */
|
void *phy_data; /* private PHY data */
|
||||||
unsigned long flags; /* device flags (ATM_DF_*) */
|
unsigned long flags; /* device flags (ATM_DF_*) */
|
||||||
struct list_head local; /* local ATM addresses */
|
struct list_head local; /* local ATM addresses */
|
||||||
struct list_head lecs; /* LECS ATM addresses learned via ILMI */
|
struct list_head lecs; /* LECS ATM addresses learned via ILMI */
|
||||||
|
Reference in New Issue
Block a user