]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - include/linux/netdevice.h
tty: Make vt's have a tty_port
[karo-tx-linux.git] / include / linux / netdevice.h
index 1bca6171b1aa2d03691af0de3c89216a1977d9a6..46c36ffe20eed83f4be29dfd4b75bc694c110c68 100644 (file)
@@ -790,11 +790,11 @@ struct net_device {
        /*
         * This is the first field of the "visible" part of this structure
         * (i.e. as seen by users in the "Space.c" file).  It is the name
-        * the interface.
+        * of the interface.
         */
        char                    name[IFNAMSIZ];
 
-       struct pm_qos_request_list *pm_qos_req;
+       struct pm_qos_request_list pm_qos_req;
 
        /* device name hash chain */
        struct hlist_node       name_hlist;