[openib-general] Re: [PATCH] libibcm: Fix some typos

Michael S. Tsirkin mst at mellanox.co.il
Wed Jul 13 07:43:21 PDT 2005


Quoting r. Hal Rosenstock <halr at voltaire.com>:
> 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



More information about the general mailing list