diff options
author | Uwe Kleine-König <u.kleine-koenig@pengutronix.de> | 2010-09-01 17:40:25 +0400 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@suse.de> | 2010-09-05 08:23:26 +0400 |
commit | 9b0131cb24182ef6cc478a89fc56fc6e004651e7 (patch) | |
tree | 0ba3cb32dbe095dfbaa272a6785359c64033ad85 /drivers/staging/frontier | |
parent | 25a606c36af7948d6351eb601e3de74845d640e1 (diff) | |
download | linux-9b0131cb24182ef6cc478a89fc56fc6e004651e7.tar.xz |
staging/trivial: fix typos concerning "initiali[zs]e"
Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/staging/frontier')
-rw-r--r-- | drivers/staging/frontier/alphatrack.c | 2 | ||||
-rw-r--r-- | drivers/staging/frontier/tranzport.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/drivers/staging/frontier/alphatrack.c b/drivers/staging/frontier/alphatrack.c index 4e52105e6070..4b44d7cb5321 100644 --- a/drivers/staging/frontier/alphatrack.c +++ b/drivers/staging/frontier/alphatrack.c @@ -671,7 +671,7 @@ static int usb_alphatrack_probe(struct usb_interface *intf, int true_size; int retval = -ENOMEM; - /* allocate memory for our device state and intialize it */ + /* allocate memory for our device state and initialize it */ dev = kzalloc(sizeof(*dev), GFP_KERNEL); if (dev == NULL) { diff --git a/drivers/staging/frontier/tranzport.c b/drivers/staging/frontier/tranzport.c index eed74f0fe0b6..d33e1760b3a6 100644 --- a/drivers/staging/frontier/tranzport.c +++ b/drivers/staging/frontier/tranzport.c @@ -795,7 +795,7 @@ static int usb_tranzport_probe(struct usb_interface *intf, int true_size; int retval = -ENOMEM; - /* allocate memory for our device state and intialize it */ + /* allocate memory for our device state and initialize it */ dev = kzalloc(sizeof(*dev), GFP_KERNEL); if (dev == NULL) { |