diff options
author | Stefan Weil <weil@mail.berlios.de> | 2010-08-06 15:11:15 -0400 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2010-08-09 05:22:49 -0400 |
commit | eef35c2d41ddcc653c20d26b977acaa45c811e1f (patch) | |
tree | 616db0eb06b6a3881902db59a0a5bd590277b5a1 /drivers | |
parent | 3cfc2c42c1cbc8e238bb9c0612c0df4565e3a8b4 (diff) |
Fix spelling fuction -> function in comments
To avoid more patches, I also fixed other spelling
and grammar bugs when they were in the same or
following line:
successfull -> successful
parse -> parses
controler -> controller
controlers -> controllers
Cc: Jiri Kosina <trivial@kernel.org>
Cc: linux-kernel@vger.kernel.org
Signed-off-by: Stefan Weil <weil@mail.berlios.de>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/base/core.c | 2 | ||||
-rw-r--r-- | drivers/media/video/zoran/videocodec.h | 2 | ||||
-rw-r--r-- | drivers/net/depca.c | 2 | ||||
-rw-r--r-- | drivers/net/igb/igb_main.c | 2 | ||||
-rw-r--r-- | drivers/net/skfp/hwt.c | 2 | ||||
-rw-r--r-- | drivers/net/skfp/skfddi.c | 2 | ||||
-rw-r--r-- | drivers/s390/block/dasd_3990_erp.c | 2 | ||||
-rw-r--r-- | drivers/s390/char/tape_3590.c | 6 | ||||
-rw-r--r-- | drivers/scsi/lpfc/lpfc_hbadisc.c | 2 | ||||
-rw-r--r-- | drivers/usb/host/imx21-hcd.c | 4 |
10 files changed, 13 insertions, 13 deletions
diff --git a/drivers/base/core.c b/drivers/base/core.c index f8e72724dd4b..74707b88f116 100644 --- a/drivers/base/core.c +++ b/drivers/base/core.c | |||
@@ -251,7 +251,7 @@ static int dev_uevent(struct kset *kset, struct kobject *kobj, | |||
251 | __func__, retval); | 251 | __func__, retval); |
252 | } | 252 | } |
253 | 253 | ||
254 | /* have the device type specific fuction add its stuff */ | 254 | /* have the device type specific function add its stuff */ |
255 | if (dev->type && dev->type->uevent) { | 255 | if (dev->type && dev->type->uevent) { |
256 | retval = dev->type->uevent(dev, env); | 256 | retval = dev->type->uevent(dev, env); |
257 | if (retval) | 257 | if (retval) |
diff --git a/drivers/media/video/zoran/videocodec.h b/drivers/media/video/zoran/videocodec.h index 5c27b251354e..b654bfff8740 100644 --- a/drivers/media/video/zoran/videocodec.h +++ b/drivers/media/video/zoran/videocodec.h | |||
@@ -56,7 +56,7 @@ | |||
56 | the slave is bound to it). Otherwise it doesn't need this functions and | 56 | the slave is bound to it). Otherwise it doesn't need this functions and |
57 | therfor they may not be initialized. | 57 | therfor they may not be initialized. |
58 | 58 | ||
59 | The other fuctions are just for convenience, as they are for sure used by | 59 | The other functions are just for convenience, as they are for sure used by |
60 | most/all of the codecs. The last ones may be ommited, too. | 60 | most/all of the codecs. The last ones may be ommited, too. |
61 | 61 | ||
62 | See the structure declaration below for more information and which data has | 62 | See the structure declaration below for more information and which data has |
diff --git a/drivers/net/depca.c b/drivers/net/depca.c index 44c0694c1f4e..91b3846ffc8a 100644 --- a/drivers/net/depca.c +++ b/drivers/net/depca.c | |||
@@ -1487,7 +1487,7 @@ static void __init depca_platform_probe (void) | |||
1487 | if (!pldev->dev.driver) { | 1487 | if (!pldev->dev.driver) { |
1488 | /* The driver was not bound to this device, there was | 1488 | /* The driver was not bound to this device, there was |
1489 | * no hardware at this address. Unregister it, as the | 1489 | * no hardware at this address. Unregister it, as the |
1490 | * release fuction will take care of freeing the | 1490 | * release function will take care of freeing the |
1491 | * allocated structure */ | 1491 | * allocated structure */ |
1492 | 1492 | ||
1493 | depca_io_ports[i].device = NULL; | 1493 | depca_io_ports[i].device = NULL; |
diff --git a/drivers/net/igb/igb_main.c b/drivers/net/igb/igb_main.c index df5dcd23e4fc..f0f82dc7c5db 100644 --- a/drivers/net/igb/igb_main.c +++ b/drivers/net/igb/igb_main.c | |||
@@ -3527,7 +3527,7 @@ enum latency_range { | |||
3527 | * Stores a new ITR value based on strictly on packet size. This | 3527 | * Stores a new ITR value based on strictly on packet size. This |
3528 | * algorithm is less sophisticated than that used in igb_update_itr, | 3528 | * algorithm is less sophisticated than that used in igb_update_itr, |
3529 | * due to the difficulty of synchronizing statistics across multiple | 3529 | * due to the difficulty of synchronizing statistics across multiple |
3530 | * receive rings. The divisors and thresholds used by this fuction | 3530 | * receive rings. The divisors and thresholds used by this function |
3531 | * were determined based on theoretical maximum wire speed and testing | 3531 | * were determined based on theoretical maximum wire speed and testing |
3532 | * data, in order to minimize response time while increasing bulk | 3532 | * data, in order to minimize response time while increasing bulk |
3533 | * throughput. | 3533 | * throughput. |
diff --git a/drivers/net/skfp/hwt.c b/drivers/net/skfp/hwt.c index 053151468f93..465565e53a68 100644 --- a/drivers/net/skfp/hwt.c +++ b/drivers/net/skfp/hwt.c | |||
@@ -221,7 +221,7 @@ u_long hwt_quick_read(struct s_smc *smc) | |||
221 | * para start start time | 221 | * para start start time |
222 | * duration time to wait | 222 | * duration time to wait |
223 | * | 223 | * |
224 | * NOTE: The fuction will return immediately, if the timer is not | 224 | * NOTE: The function will return immediately, if the timer is not |
225 | * started | 225 | * started |
226 | ************************/ | 226 | ************************/ |
227 | void hwt_wait_time(struct s_smc *smc, u_long start, long int duration) | 227 | void hwt_wait_time(struct s_smc *smc, u_long start, long int duration) |
diff --git a/drivers/net/skfp/skfddi.c b/drivers/net/skfp/skfddi.c index 31b2dabf094c..0ade12a21d16 100644 --- a/drivers/net/skfp/skfddi.c +++ b/drivers/net/skfp/skfddi.c | |||
@@ -33,7 +33,7 @@ | |||
33 | * The driver architecture is based on the DEC FDDI driver by | 33 | * The driver architecture is based on the DEC FDDI driver by |
34 | * Lawrence V. Stefani and several ethernet drivers. | 34 | * Lawrence V. Stefani and several ethernet drivers. |
35 | * I also used an existing Windows NT miniport driver. | 35 | * I also used an existing Windows NT miniport driver. |
36 | * All hardware dependent fuctions are handled by the SysKonnect | 36 | * All hardware dependent functions are handled by the SysKonnect |
37 | * Hardware Module. | 37 | * Hardware Module. |
38 | * The only headerfiles that are directly related to this source | 38 | * The only headerfiles that are directly related to this source |
39 | * are skfddi.c, h/types.h, h/osdef1st.h, h/targetos.h. | 39 | * are skfddi.c, h/types.h, h/osdef1st.h, h/targetos.h. |
diff --git a/drivers/s390/block/dasd_3990_erp.c b/drivers/s390/block/dasd_3990_erp.c index 85bfd8794856..e82d427ff5eb 100644 --- a/drivers/s390/block/dasd_3990_erp.c +++ b/drivers/s390/block/dasd_3990_erp.c | |||
@@ -2197,7 +2197,7 @@ dasd_3990_erp_inspect_32(struct dasd_ccw_req * erp, char *sense) | |||
2197 | 2197 | ||
2198 | /* | 2198 | /* |
2199 | ***************************************************************************** | 2199 | ***************************************************************************** |
2200 | * main ERP control fuctions (24 and 32 byte sense) | 2200 | * main ERP control functions (24 and 32 byte sense) |
2201 | ***************************************************************************** | 2201 | ***************************************************************************** |
2202 | */ | 2202 | */ |
2203 | 2203 | ||
diff --git a/drivers/s390/char/tape_3590.c b/drivers/s390/char/tape_3590.c index fc993acf99b6..deff2c3361e4 100644 --- a/drivers/s390/char/tape_3590.c +++ b/drivers/s390/char/tape_3590.c | |||
@@ -31,7 +31,7 @@ debug_info_t *TAPE_DBF_AREA = NULL; | |||
31 | EXPORT_SYMBOL(TAPE_DBF_AREA); | 31 | EXPORT_SYMBOL(TAPE_DBF_AREA); |
32 | 32 | ||
33 | /******************************************************************* | 33 | /******************************************************************* |
34 | * Error Recovery fuctions: | 34 | * Error Recovery functions: |
35 | * - Read Opposite: implemented | 35 | * - Read Opposite: implemented |
36 | * - Read Device (buffered) log: BRA | 36 | * - Read Device (buffered) log: BRA |
37 | * - Read Library log: BRA | 37 | * - Read Library log: BRA |
@@ -798,7 +798,7 @@ tape_3590_done(struct tape_device *device, struct tape_request *request) | |||
798 | } | 798 | } |
799 | 799 | ||
800 | /* | 800 | /* |
801 | * This fuction is called, when error recovery was successfull | 801 | * This function is called, when error recovery was successful |
802 | */ | 802 | */ |
803 | static inline int | 803 | static inline int |
804 | tape_3590_erp_succeded(struct tape_device *device, struct tape_request *request) | 804 | tape_3590_erp_succeded(struct tape_device *device, struct tape_request *request) |
@@ -809,7 +809,7 @@ tape_3590_erp_succeded(struct tape_device *device, struct tape_request *request) | |||
809 | } | 809 | } |
810 | 810 | ||
811 | /* | 811 | /* |
812 | * This fuction is called, when error recovery was not successfull | 812 | * This function is called, when error recovery was not successful |
813 | */ | 813 | */ |
814 | static inline int | 814 | static inline int |
815 | tape_3590_erp_failed(struct tape_device *device, struct tape_request *request, | 815 | tape_3590_erp_failed(struct tape_device *device, struct tape_request *request, |
diff --git a/drivers/scsi/lpfc/lpfc_hbadisc.c b/drivers/scsi/lpfc/lpfc_hbadisc.c index 0639c994349c..b37fa202d1e3 100644 --- a/drivers/scsi/lpfc/lpfc_hbadisc.c +++ b/drivers/scsi/lpfc/lpfc_hbadisc.c | |||
@@ -5498,7 +5498,7 @@ lpfc_get_rec_conf23(uint8_t *buff, uint32_t size, uint8_t rec_type) | |||
5498 | * @buff: Buffer containing config region 23 data. | 5498 | * @buff: Buffer containing config region 23 data. |
5499 | * @size: Size of the data buffer. | 5499 | * @size: Size of the data buffer. |
5500 | * | 5500 | * |
5501 | * This fuction parse the FCoE config parameters in config region 23 and | 5501 | * This function parses the FCoE config parameters in config region 23 and |
5502 | * populate driver data structure with the parameters. | 5502 | * populate driver data structure with the parameters. |
5503 | */ | 5503 | */ |
5504 | void | 5504 | void |
diff --git a/drivers/usb/host/imx21-hcd.c b/drivers/usb/host/imx21-hcd.c index ca0e98d8e1f4..caf116c09376 100644 --- a/drivers/usb/host/imx21-hcd.c +++ b/drivers/usb/host/imx21-hcd.c | |||
@@ -27,8 +27,8 @@ | |||
27 | * * 32 transfer descriptors (called ETDs) | 27 | * * 32 transfer descriptors (called ETDs) |
28 | * * 4Kb of Data memory | 28 | * * 4Kb of Data memory |
29 | * | 29 | * |
30 | * The data memory is shared between the host and fuction controlers | 30 | * The data memory is shared between the host and function controllers |
31 | * (but this driver only supports the host controler) | 31 | * (but this driver only supports the host controller) |
32 | * | 32 | * |
33 | * So setting up a transfer involves: | 33 | * So setting up a transfer involves: |
34 | * * Allocating a ETD | 34 | * * Allocating a ETD |