From 77fc3422ebf888d8c76f9ff1813392d315354d48 Mon Sep 17 00:00:00 2001 From: "Justin P. Mattock" Date: Thu, 24 Feb 2011 22:13:27 -0800 Subject: [PATCH] --- yaml --- r: 236185 b: refs/heads/master c: 682a45382be47957860ac0a1eec7470a556bb30b h: refs/heads/master i: 236183: 9b29e457ffb92057485071b99e8752d464c592b1 v: v3 --- [refs] | 2 +- trunk/drivers/staging/vt6656/main_usb.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index 800147559060..a82b0ad86de8 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 06d278c51a072a655d7da23e3acc53f676967375 +refs/heads/master: 682a45382be47957860ac0a1eec7470a556bb30b diff --git a/trunk/drivers/staging/vt6656/main_usb.c b/trunk/drivers/staging/vt6656/main_usb.c index 56ce9be5f86a..37d639602c8b 100644 --- a/trunk/drivers/staging/vt6656/main_usb.c +++ b/trunk/drivers/staging/vt6656/main_usb.c @@ -1457,7 +1457,7 @@ static unsigned char *Config_FileOperation(PSDevice pDevice) buffer = kmalloc(1024, GFP_KERNEL); if(buffer==NULL) { - printk("alllocate mem for file fail?\n"); + printk("allocate mem for file fail?\n"); result = -1; goto error1; }