struct ncsi_dev_priv *ndp;        /* NCSI device            */
        spinlock_t           lock;        /* Protect the package    */
        unsigned int         channel_num; /* Number of channels     */
-       struct list_head     channels;    /* List of chanels        */
+       struct list_head     channels;    /* List of channels        */
        struct list_head     node;        /* Form list of packages  */
 
        bool                 multi_channel; /* Enable multiple channels  */
        unsigned char        type;        /* Command in the NCSI packet    */
        unsigned char        id;          /* Request ID (sequence number)  */
        unsigned char        package;     /* Destination package ID        */
-       unsigned char        channel;     /* Detination channel ID or 0x1f */
+       unsigned char        channel;     /* Destination channel ID or 0x1f */
        unsigned short       payload;     /* Command packet payload length */
        unsigned int         req_flags;   /* NCSI request properties       */
        union {
 
        return 0;
 }
 
-/* Find an outstanding VLAN tag and constuct a "Set VLAN Filter - Enable"
+/* Find an outstanding VLAN tag and construct a "Set VLAN Filter - Enable"
  * packet.
  */
 static int set_one_vid(struct ncsi_dev_priv *ndp, struct ncsi_channel *nc,