Commit 947af294 authored by Stefan Weil's avatar Stefan Weil Committed by Jiri Kosina

Fix spelling of 'platform' in comments and doc

Replace platfrom -> platform.

This is a frequent spelling bug.
Signed-off-by: default avatarStefan Weil <weil@mail.berlios.de>
Signed-off-by: default avatarJiri Kosina <jkosina@suse.cz>
parent 3d956d1d
...@@ -192,7 +192,7 @@ command line. This will execute all matching early_param() callbacks. ...@@ -192,7 +192,7 @@ command line. This will execute all matching early_param() callbacks.
User specified early platform devices will be registered at this point. User specified early platform devices will be registered at this point.
For the early serial console case the user can specify port on the For the early serial console case the user can specify port on the
kernel command line as "earlyprintk=serial.0" where "earlyprintk" is kernel command line as "earlyprintk=serial.0" where "earlyprintk" is
the class string, "serial" is the name of the platfrom driver and the class string, "serial" is the name of the platform driver and
0 is the platform device id. If the id is -1 then the dot and the 0 is the platform device id. If the id is -1 then the dot and the
id can be omitted. id can be omitted.
......
/* /*
* DaVinci I2C controller platfrom_device info * DaVinci I2C controller platform_device info
* *
* Author: Vladimir Barinov, MontaVista Software, Inc. <source@mvista.com> * Author: Vladimir Barinov, MontaVista Software, Inc. <source@mvista.com>
* *
......
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
* Copyright (c) 2006 Simtec Electronics * Copyright (c) 2006 Simtec Electronics
* Ben Dooks <ben@simtec.co.uk> * Ben Dooks <ben@simtec.co.uk>
* *
* S3C2410 - SPI Controller platfrom_device info * S3C2410 - SPI Controller platform_device info
* *
* This program is free software; you can redistribute it and/or modify * This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License version 2 as * it under the terms of the GNU General Public License version 2 as
......
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
* Copyright (c) 2004 Simtec Electronics * Copyright (c) 2004 Simtec Electronics
* Ben Dooks <ben@simtec.co.uk> * Ben Dooks <ben@simtec.co.uk>
* *
* S3C2410 - NAND device controller platfrom_device info * S3C2410 - NAND device controller platform_device info
* *
* This program is free software; you can redistribute it and/or modify * This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License version 2 as * it under the terms of the GNU General Public License version 2 as
......
/* /*
* BF5XX - NAND flash controller platfrom_device info * BF5XX - NAND flash controller platform_device info
* *
* Copyright 2007-2008 Analog Devices, Inc. * Copyright 2007-2008 Analog Devices, Inc.
* *
...@@ -8,7 +8,7 @@ ...@@ -8,7 +8,7 @@
/* struct bf5xx_nand_platform /* struct bf5xx_nand_platform
* *
* define a interface between platfrom board specific code and * define a interface between platform board specific code and
* bf54x NFC driver. * bf54x NFC driver.
* *
* nr_partitions = number of partitions pointed to be partitoons (or zero) * nr_partitions = number of partitions pointed to be partitoons (or zero)
......
...@@ -469,7 +469,7 @@ static int __init serial_dev_init(void) ...@@ -469,7 +469,7 @@ static int __init serial_dev_init(void)
return -ENODEV; return -ENODEV;
/* /*
* Before we register the platfrom serial devices, we need * Before we register the platform serial devices, we need
* to fixup their interrupts and their IO ports. * to fixup their interrupts and their IO ports.
*/ */
DBG("Fixing serial ports interrupts and IO ports ...\n"); DBG("Fixing serial ports interrupts and IO ports ...\n");
......
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
* http://www.simtec.co.uk/products/SWLINUX/ * http://www.simtec.co.uk/products/SWLINUX/
* Ben Dooks <ben@simtec.co.uk> * Ben Dooks <ben@simtec.co.uk>
* *
* Generic platfrom device based RAM map * Generic platform device based RAM map
* *
* This program is free software; you can redistribute it and/or modify * This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by * it under the terms of the GNU General Public License as published by
......
...@@ -196,13 +196,13 @@ static inline void refill_rspq(struct adapter *adapter, ...@@ -196,13 +196,13 @@ static inline void refill_rspq(struct adapter *adapter,
/** /**
* need_skb_unmap - does the platform need unmapping of sk_buffs? * need_skb_unmap - does the platform need unmapping of sk_buffs?
* *
* Returns true if the platfrom needs sk_buff unmapping. The compiler * Returns true if the platform needs sk_buff unmapping. The compiler
* optimizes away unecessary code if this returns true. * optimizes away unecessary code if this returns true.
*/ */
static inline int need_skb_unmap(void) static inline int need_skb_unmap(void)
{ {
/* /*
* This structure is used to tell if the platfrom needs buffer * This structure is used to tell if the platform needs buffer
* unmapping by checking if DECLARE_PCI_UNMAP_ADDR defines anything. * unmapping by checking if DECLARE_PCI_UNMAP_ADDR defines anything.
*/ */
struct dummy { struct dummy {
......
...@@ -693,7 +693,7 @@ static void __devinit setup_memc(struct fb_info *fbi) ...@@ -693,7 +693,7 @@ static void __devinit setup_memc(struct fb_info *fbi)
unsigned long tmp; unsigned long tmp;
int i; int i;
/* FIXME: use platfrom specific parameters */ /* FIXME: use platform specific parameters */
/* setup SDRAM controller */ /* setup SDRAM controller */
write_reg_dly((LMCFG_LMC_DS | LMCFG_LMC_TS | LMCFG_LMD_TS | write_reg_dly((LMCFG_LMC_DS | LMCFG_LMC_TS | LMCFG_LMD_TS |
LMCFG_LMA_TS), LMCFG_LMA_TS),
......
...@@ -23,7 +23,7 @@ ...@@ -23,7 +23,7 @@
#define DM9000_PLATF_NO_EEPROM (0x0010) #define DM9000_PLATF_NO_EEPROM (0x0010)
#define DM9000_PLATF_SIMPLE_PHY (0x0020) /* Use NSR to find LinkStatus */ #define DM9000_PLATF_SIMPLE_PHY (0x0020) /* Use NSR to find LinkStatus */
/* platfrom data for platfrom device structure's platfrom_data field */ /* platform data for platform device structure's platform_data field */
struct dm9000_plat_data { struct dm9000_plat_data {
unsigned int flags; unsigned int flags;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment