Skip to content

Commit

Permalink
Fix typos in comments in via-velocity header.
Browse files Browse the repository at this point in the history
Signed-off-by: Dave Jones <davej@redhat.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
  • Loading branch information
Dave Jones authored and David S. Miller committed Jul 24, 2009
1 parent 2cf71d2 commit 5a6338d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions drivers/net/via-velocity.h
Original file line number Diff line number Diff line change
Expand Up @@ -96,8 +96,8 @@
* Bits in the CSM register
*/

#define CSM_IPOK 0x40 //IP Checkusm validatiaon ok
#define CSM_TUPOK 0x20 //TCP/UDP Checkusm validatiaon ok
#define CSM_IPOK 0x40 //IP Checksum validation ok
#define CSM_TUPOK 0x20 //TCP/UDP Checksum validation ok
#define CSM_FRAG 0x10 //Fragment IP datagram
#define CSM_IPKT 0x04 //Received an IP packet
#define CSM_TCPKT 0x02 //Received a TCP packet
Expand Down Expand Up @@ -819,7 +819,7 @@ enum velocity_owner {
* Bits in the EECSR register
*/

#define EECSR_EMBP 0x40 /* eeprom embeded programming */
#define EECSR_EMBP 0x40 /* eeprom embedded programming */
#define EECSR_RELOAD 0x20 /* eeprom content reload */
#define EECSR_DPM 0x10 /* eeprom direct programming */
#define EECSR_ECS 0x08 /* eeprom CS pin */
Expand Down

0 comments on commit 5a6338d

Please sign in to comment.