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: - */