aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/frontier/alphatrack.c
diff options
context:
space:
mode:
authorUwe Kleine-König <u.kleine-koenig@pengutronix.de>2010-09-01 15:40:25 +0200
committerGreg Kroah-Hartman <gregkh@suse.de>2010-09-04 21:23:26 -0700
commit9b0131cb24182ef6cc478a89fc56fc6e004651e7 (patch)
tree0ba3cb32dbe095dfbaa272a6785359c64033ad85 /drivers/staging/frontier/alphatrack.c
parentstaging/trivial: fix typos concerning "address" (diff)
downloadlinux-dev-9b0131cb24182ef6cc478a89fc56fc6e004651e7.tar.xz
linux-dev-9b0131cb24182ef6cc478a89fc56fc6e004651e7.zip
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/alphatrack.c')
-rw-r--r--drivers/staging/frontier/alphatrack.c2
1 files changed, 1 insertions, 1 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) {