Quoting r. Hal Rosenstock <[EMAIL PROTECTED]>: > Index: src/cm.c > =================================================================== > --- src/cm.c (revision 2824) > +++ src/cm.c (working copy) > @@ -1,5 +1,6 @@ > /* > * Copyright (c) 2005 Topspin Communications. All rights reserved. > + * Copyright (c) 2005 Voltaire, Inc. All rights reserved. > * > * This software is available to you under a choice of one of two > * licenses. You may choose to be licensed under the terms of the GNU > @@ -181,7 +182,6 @@ int ib_cm_attr_id(uint32_t cm_id, struct > > cmd->id = cm_id; > > - > result = write(fd, msg, size); > if (result != size) > return (result > 0) ? -ENODATA : result;
I dont think you need to add copyright statements when you trim some whitespace. -- MST _______________________________________________ openib-general mailing list [email protected] http://openib.org/mailman/listinfo/openib-general To unsubscribe, please visit http://openib.org/mailman/listinfo/openib-general
