From: Dan Williams Date: Thu, 2 Aug 2007 17:19:56 +0000 (-0400) Subject: [PATCH] libertas: fix misspelling in debug message X-Git-Tag: v2.6.24-rc1~1454^2~584 X-Git-Url: https://openfabrics.org/gitweb/?a=commitdiff_plain;h=81173e34d454c353d9f0a53760609f3b9d30a311;p=~shefty%2Frdma-dev.git [PATCH] libertas: fix misspelling in debug message Signed-off-by: Dan Williams Signed-off-by: John W. Linville --- diff --git a/drivers/net/wireless/libertas/assoc.c b/drivers/net/wireless/libertas/assoc.c index ffeec2fa60a..3131afcf459 100644 --- a/drivers/net/wireless/libertas/assoc.c +++ b/drivers/net/wireless/libertas/assoc.c @@ -622,7 +622,7 @@ void libertas_association_worker(struct work_struct *work) } if (adapter->connect_status != LIBERTAS_CONNECTED) { - lbs_deb_assoc("ASSOC: assoication attempt unsuccessful, " + lbs_deb_assoc("ASSOC: association attempt unsuccessful, " "not connected.\n"); success = 0; }