Signed-off-by: Uwe Kleine-König <[email protected]>
---
 .../staging/westbridge/astoria/device/cyasdevice.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/drivers/staging/westbridge/astoria/device/cyasdevice.c 
b/drivers/staging/westbridge/astoria/device/cyasdevice.c
index c76e383..4182963 100644
--- a/drivers/staging/westbridge/astoria/device/cyasdevice.c
+++ b/drivers/staging/westbridge/astoria/device/cyasdevice.c
@@ -217,7 +217,7 @@ static int cyasdevice_initialize(void)
        cy_as_dev = cy_as_hal_alloc(sizeof(cyasdevice));
        if (cy_as_dev == NULL) {
                cy_as_hal_print_message("<1>_cy_as_device: "
-                       "memmory allocation failed\n");
+                       "memory allocation failed\n");
                return -ENOMEM;
        }
        memset(cy_as_dev, 0, sizeof(cyasdevice));
-- 
1.7.2.3

_______________________________________________
devel mailing list
[email protected]
http://driverdev.linuxdriverproject.org/mailman/listinfo/devel

Reply via email to