From: Uwe Kleine-König Date: Thu, 10 Feb 2011 10:16:08 +0000 (+0100) Subject: staging/trivial: fix typos concerning "memory" X-Git-Tag: v4.13~15651^2~470 X-Git-Url: https://git.proxmox.com/?a=commitdiff_plain;h=ecc73a99e4fe593e03b0d45f6121e952fc928eef;p=mirror_ubuntu-bionic-kernel.git staging/trivial: fix typos concerning "memory" Signed-off-by: Uwe Kleine-König Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/westbridge/astoria/device/cyasdevice.c b/drivers/staging/westbridge/astoria/device/cyasdevice.c index 5ca3d41a932d..7de35ccffd32 100644 --- a/drivers/staging/westbridge/astoria/device/cyasdevice.c +++ b/drivers/staging/westbridge/astoria/device/cyasdevice.c @@ -214,7 +214,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));