From cb36ab2b4eb2ccf0973ed9791a20caff68467cd1 Mon Sep 17 00:00:00 2001 From: bvassche Date: Sat, 3 Oct 2009 06:59:51 +0000 Subject: [PATCH] Fixed the following checkpatch warning by removing a blank line: WARNING: EXPORT_SYMBOL(foo); should immediately follow its function/variable git-svn-id: https://scst.svn.sourceforge.net/svnroot/scst/trunk@1164 d57e44dd-8a1f-0410-8b47-8ef2f437770f --- scst/kernel/io_context-2.6.26.patch | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/scst/kernel/io_context-2.6.26.patch b/scst/kernel/io_context-2.6.26.patch index 197c66e..754c583 100644 --- a/scst/kernel/io_context-2.6.26.patch +++ b/scst/kernel/io_context-2.6.26.patch @@ -38,10 +38,9 @@ diff -rup linux-source-2.6.26.orig/block/blk-ioc.c linux-source-2.6.26/block/blk } struct io_context *alloc_io_context(gfp_t gfp_flags, int node) -@@ -106,6 +115,8 @@ struct io_context *alloc_io_context(gfp_ +@@ -106,5 +115,7 @@ struct io_context *alloc_io_context(gfp_ return ret; } - +EXPORT_SYMBOL(alloc_io_context); + /* -- 2.17.1