X-Git-Url: https://git.whamcloud.com/?a=blobdiff_plain;f=lnet%2Flnet%2Flib-msg.c;h=3907aa8444df52d7259971acaa34c509dc700104;hb=19ec037c0a9427250b87a69c53beb153d533ab1c;hp=089d7886de0a24681287f9eb322d7125dffa1de1;hpb=6e3ec5812ebd1b5ecf7cae584f429b013ffe7431;p=fs%2Flustre-release.git diff --git a/lnet/lnet/lib-msg.c b/lnet/lnet/lib-msg.c index 089d788..3907aa8 100644 --- a/lnet/lnet/lib-msg.c +++ b/lnet/lnet/lib-msg.c @@ -1,6 +1,4 @@ -/* -*- mode: c; c-basic-offset: 8; indent-tabs-mode: nil; -*- - * vim:expandtab:shiftwidth=8:tabstop=8: - * +/* * GPL HEADER START * * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. @@ -26,7 +24,7 @@ * GPL HEADER END */ /* - * Copyright 2008 Sun Microsystems, Inc. All rights reserved + * Copyright (c) 2003, 2010, Oracle and/or its affiliates. All rights reserved. * Use is subject to license terms. */ /* @@ -72,7 +70,7 @@ lnet_enq_event_locked (lnet_eq_t *eq, lnet_event_t *ev) /* There is no race since both event consumers and event producers * take the LNET_LOCK, so we don't screw around with memory - * barriers, setting the sequence number last or wierd structure + * barriers, setting the sequence number last or weird structure * layout assertions. */ *eq_slot = *ev;