aboutsummaryrefslogtreecommitdiffstats
path: root/include/rdma/ib_smi.h
diff options
context:
space:
mode:
authorDotan Barak <dotanba@gmail.com>2008-07-14 23:48:44 -0700
committerRoland Dreier <rolandd@cisco.com>2008-07-14 23:48:44 -0700
commit4deccd6d95f1f1536dad3c842e39c1ace577329d (patch)
tree1c1e8020f79b6fbbafd18f28da49573ad911bc87 /include/rdma/ib_smi.h
parentIB/ipath: Simplify code using ARRAY_SIZE() macro (diff)
downloadlinux-dev-4deccd6d95f1f1536dad3c842e39c1ace577329d.tar.xz
linux-dev-4deccd6d95f1f1536dad3c842e39c1ace577329d.zip
RDMA: Improve include file coding style
Remove subversion $Id lines and improve readability by fixing other coding style problems pointed out by checkpatch.pl. Signed-off-by: Dotan Barak <dotanba@gmail.com> Signed-off-by: Roland Dreier <rolandd@cisco.com>
Diffstat (limited to 'include/rdma/ib_smi.h')
-rw-r--r--include/rdma/ib_smi.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/include/rdma/ib_smi.h b/include/rdma/ib_smi.h
index f29af135ba83..aaca0878668f 100644
--- a/include/rdma/ib_smi.h
+++ b/include/rdma/ib_smi.h
@@ -32,11 +32,9 @@
* ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
* CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
* SOFTWARE.
- *
- * $Id: ib_smi.h 1389 2004-12-27 22:56:47Z roland $
*/
-#if !defined( IB_SMI_H )
+#if !defined(IB_SMI_H)
#define IB_SMI_H
#include <rdma/ib_mad.h>