atm: fix a typo in the struct description
authorTong Zhang <ztong0001@gmail.com>
Mon, 8 Mar 2021 03:25:28 +0000 (22:25 -0500)
committerDavid S. Miller <davem@davemloft.net>
Mon, 8 Mar 2021 23:16:30 +0000 (15:16 -0800)
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>
include/linux/atmdev.h

index 60cd25c..9b02961 100644 (file)
@@ -151,7 +151,7 @@ struct atm_dev {
        const char      *type;          /* device type name */
        int             number;         /* device index */
        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_*) */
        struct list_head local;         /* local ATM addresses */
        struct list_head lecs;          /* LECS ATM addresses learned via ILMI */