aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging
diff options
context:
space:
mode:
authorAshish Purkar <ashish.purkar@seagate.com>2016-12-02 19:53:09 -0500
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2016-12-06 10:47:55 +0100
commitea1fb96b650ddf9f3362b2bc79f527912c5b132e (patch)
tree8bfca9b3e12657c64df8ab12909861cc2f861ec7 /drivers/staging
parentstaging: lustre: llite: clear LLIF_DATA_MODIFIED in atomic (diff)
downloadlinux-dev-ea1fb96b650ddf9f3362b2bc79f527912c5b132e.tar.xz
linux-dev-ea1fb96b650ddf9f3362b2bc79f527912c5b132e.zip
staging: lustre: osc: fix debug log message formatting
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>
Diffstat (limited to 'drivers/staging')
-rw-r--r--drivers/staging/lustre/lustre/osc/osc_page.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/lustre/lustre/osc/osc_page.c b/drivers/staging/lustre/lustre/osc/osc_page.c
index a80a8479287a..c5129d14f69c 100644
--- a/drivers/staging/lustre/lustre/osc/osc_page.c
+++ b/drivers/staging/lustre/lustre/osc/osc_page.c
@@ -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);