From cdbd65daeb27c9633425c35abb48211cc73676db Mon Sep 17 00:00:00 2001 From: Bart Van Assche Date: Tue, 3 Nov 2009 07:46:39 +0000 Subject: [PATCH] Removed trailing whitespace. git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@1313 d57e44dd-8a1f-0410-8b47-8ef2f437770f --- iscsi-scst/kernel/session.c | 2 +- srpt/src/ib_srpt.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/iscsi-scst/kernel/session.c b/iscsi-scst/kernel/session.c index a25f60e15..f04454563 100644 --- a/iscsi-scst/kernel/session.c +++ b/iscsi-scst/kernel/session.c @@ -16,7 +16,7 @@ #include "iscsi.h" -#ifdef CONFIG_SCST_PROC +#ifdef CONFIG_SCST_PROC int print_digest_state(char *p, size_t size, unsigned long flags) #else static int print_digest_state(char *p, size_t size, unsigned long flags) diff --git a/srpt/src/ib_srpt.c b/srpt/src/ib_srpt.c index b6593f10c..2341f0afb 100644 --- a/srpt/src/ib_srpt.c +++ b/srpt/src/ib_srpt.c @@ -3064,7 +3064,7 @@ static void srpt_remove_one(struct ib_device *device) * cancel_work_sync() was introduced in kernel 2.6.22. Older * kernels do not have a facility to cancel scheduled work. */ - PRINT_ERROR("%s", + PRINT_ERROR("%s", "your kernel does not provide cancel_work_sync()."); #endif