From 8446ccd282a4d26c1a6c785649450e7cf83b44f0 Mon Sep 17 00:00:00 2001 From: Bart Van Assche Date: Thu, 5 Feb 2015 16:23:25 +0000 Subject: [PATCH] ib_srpt: Remove emacs local variables This patch does not change any functionality. git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@6019 d57e44dd-8a1f-0410-8b47-8ef2f437770f --- srpt/src/ib_srpt.c | 7 ------- srpt/src/ib_srpt.h | 7 ------- 2 files changed, 14 deletions(-) diff --git a/srpt/src/ib_srpt.c b/srpt/src/ib_srpt.c index 63a861e36..f089c4015 100644 --- a/srpt/src/ib_srpt.c +++ b/srpt/src/ib_srpt.c @@ -4739,10 +4739,3 @@ static void __exit srpt_cleanup_module(void) module_init(srpt_init_module); module_exit(srpt_cleanup_module); - -/* - * Local variables: - * c-basic-offset: 8 - * indent-tabs-mode: t - * End: - */ diff --git a/srpt/src/ib_srpt.h b/srpt/src/ib_srpt.h index 30abefbeb..f681b88f9 100644 --- a/srpt/src/ib_srpt.h +++ b/srpt/src/ib_srpt.h @@ -501,10 +501,3 @@ struct srp_login_req_rdma { }; #endif /* IB_SRPT_H */ - -/* - * Local variables: - * c-basic-offset: 8 - * indent-tabs-mode: t - * End: - */