From 4366b4ee8310e7bf7d9ad58009702a1b092ba55d Mon Sep 17 00:00:00 2001 From: Bart Van Assche Date: Sat, 12 Jun 2010 05:57:49 +0000 Subject: [PATCH] Fixed checkpatch complaints about whitespace (removed space before tab twice). git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@1765 d57e44dd-8a1f-0410-8b47-8ef2f437770f --- fcst/linux-patches/02-fc4 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/fcst/linux-patches/02-fc4 b/fcst/linux-patches/02-fc4 index 1f3f1ae95..ecc677c67 100644 --- a/fcst/linux-patches/02-fc4 +++ b/fcst/linux-patches/02-fc4 @@ -462,8 +462,8 @@ index 4b912ee..9403d4e 100644 +/** + * struct fc4_prov - FC-4 provider registration -+ * @prli: Handler for incoming PRLI -+ * @prlo: Handler for session reset ++ * @prli: Handler for incoming PRLI ++ * @prlo: Handler for session reset + * @recv: Handler for incoming request + * @module: Pointer to module. May be NULL. + */