diff options
author | Stefan Weil <weil@mail.berlios.de> | 2010-01-06 18:03:52 -0500 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2010-02-05 06:22:34 -0500 |
commit | 947af2943576400628bba085eaa6b85143526133 (patch) | |
tree | 0f5ac358d1abcd34c30f53fa1cc3e15160d4d0e5 /include/linux/dm9000.h | |
parent | 3d956d1dfffef3b19d743aa1a443ab5a300051cb (diff) |
Fix spelling of 'platform' in comments and doc
Replace platfrom -> platform.
This is a frequent spelling bug.
Signed-off-by: Stefan Weil <weil@mail.berlios.de>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'include/linux/dm9000.h')
-rw-r--r-- | include/linux/dm9000.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/dm9000.h b/include/linux/dm9000.h index c30879cf93bc..96e87693d933 100644 --- a/include/linux/dm9000.h +++ b/include/linux/dm9000.h | |||
@@ -23,7 +23,7 @@ | |||
23 | #define DM9000_PLATF_NO_EEPROM (0x0010) | 23 | #define DM9000_PLATF_NO_EEPROM (0x0010) |
24 | #define DM9000_PLATF_SIMPLE_PHY (0x0020) /* Use NSR to find LinkStatus */ | 24 | #define DM9000_PLATF_SIMPLE_PHY (0x0020) /* Use NSR to find LinkStatus */ |
25 | 25 | ||
26 | /* platfrom data for platfrom device structure's platfrom_data field */ | 26 | /* platform data for platform device structure's platform_data field */ |
27 | 27 | ||
28 | struct dm9000_plat_data { | 28 | struct dm9000_plat_data { |
29 | unsigned int flags; | 29 | unsigned int flags; |