From ad3db777e6b959c025982fad2c98f0a3b7d7d3e5 Mon Sep 17 00:00:00 2001 From: Bart Van Assche Date: Sun, 19 Jun 2011 06:11:03 +0000 Subject: [PATCH] Remove a recently introduced blank line git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@3592 d57e44dd-8a1f-0410-8b47-8ef2f437770f --- scst/include/scst.h | 1 - 1 file changed, 1 deletion(-) diff --git a/scst/include/scst.h b/scst/include/scst.h index 9ebf76562..3fdbcc546 100644 --- a/scst/include/scst.h +++ b/scst/include/scst.h @@ -4105,7 +4105,6 @@ int scst_get_max_lun_commands(struct scst_session *sess, uint64_t lun); * allows exclusive wake ups of threads in LIFO order. We need it to let (yet) * unneeded threads sleep and not pollute CPU cache by their stacks. */ - static inline void prepare_to_wait_exclusive_head(wait_queue_head_t *q, wait_queue_t *wait, int state) {