From c9932f2f58fbdc823417c38f55ec8028a0782209 Mon Sep 17 00:00:00 2001 From: Bart Van Assche Date: Thu, 30 Jul 2015 16:59:47 +0000 Subject: [PATCH] ib_srpt: Remove emacs local variables (merge r6019 from trunk) git-svn-id: http://svn.code.sf.net/p/scst/svn/branches/3.0.x@6439 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 f2b885af3..4ac9b91fc 100644 --- a/srpt/src/ib_srpt.c +++ b/srpt/src/ib_srpt.c @@ -4415,10 +4415,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 0e30e16ea..9a7da95ef 100644 --- a/srpt/src/ib_srpt.h +++ b/srpt/src/ib_srpt.h @@ -478,10 +478,3 @@ struct srp_login_req_rdma { }; #endif /* IB_SRPT_H */ - -/* - * Local variables: - * c-basic-offset: 8 - * indent-tabs-mode: t - * End: - */