Whamcloud - gitweb
* Changed lustre-portals.m4 to allow out-of-tree openib headers
[fs/lustre-release.git] / lnet / lnet / lib-move.c
index 13451d9..ee0f0b4 100644 (file)
@@ -5,9 +5,8 @@
  * Data movement routines
  *
  *  Copyright (c) 2001-2003 Cluster File Systems, Inc.
- *  Copyright (c) 2001-2002 Sandia National Laboratories
  *
- *   This file is part of Lustre, http://www.sf.net/projects/lustre/
+ *   This file is part of Lustre, http://www.lustre.org
  *
  *   Lustre is free software; you can redistribute it and/or
  *   modify it under the terms of version 2 of the GNU General Public
@@ -83,7 +82,8 @@ lib_match_md(lib_nal_t *nal, int index, int op_mask,
                     me->match_id.nid != src_nid)
                         continue;
                 
-                CDEBUG(D_NET,"match_id.pid [%x], src_pid [%x]\n", me->match_id.pid, src_pid);
+                CDEBUG(D_NET, "match_id.pid [%x], src_pid [%x]\n",
+                       me->match_id.pid, src_pid);
 
                 if (me->match_id.pid != PTL_PID_ANY &&
                     me->match_id.pid != src_pid)