]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
staging: lustre: osc: fix debug log message formatting
authorAshish Purkar <ashish.purkar@seagate.com>
Sat, 3 Dec 2016 00:53:09 +0000 (19:53 -0500)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 6 Dec 2016 09:47:55 +0000 (10:47 +0100)
Corrected newline specifier in debug log message.

Signed-off-by: Ashish Purkar <ashish.purkar@seagate.com>
Intel-bug-id: https://jira.hpdd.intel.com/browse/LU-7029
Reviewed-on: http://review.whamcloud.com/16046
Reviewed-by: Andreas Dilger <andreas.dilger@intel.com>
Reviewed-by: Oleg Drokin <oleg.drokin@intel.com>
Signed-off-by: James Simmons <jsimmons@infradead.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/lustre/lustre/osc/osc_page.c

index a80a8479287aac8766159d460a5b38ad4fd2deef..c5129d14f69c92cd1247b9b7a79c974f3276ea1c 100644 (file)
@@ -462,7 +462,7 @@ static void osc_lru_del(struct client_obd *cli, struct osc_page *opg)
                 * stealing one of them.
                 */
                if (osc_cache_too_much(cli)) {
-                       CDEBUG(D_CACHE, "%s: queue LRU workn", cli_name(cli));
+                       CDEBUG(D_CACHE, "%s: queue LRU work\n", cli_name(cli));
                        (void)ptlrpcd_queue_work(cli->cl_lru_work);
                }
                wake_up(&osc_lru_waitq);