Re: [PATCHv1 1/4] staging:lustre:lnet: lib-md.c make line not over 80 characters

2014-08-30 Thread Dan Carpenter
On Sat, Aug 30, 2014 at 02:52:55PM +0800, Janet Liu wrote:
> @@ -121,7 +123,7 @@ lnet_md_build(lnet_libmd_t *lmd, lnet_md_t *umd, int 
> unlink)
>  
>   lmd->md_length = total_length;
>  
> - if ((umd->options & LNET_MD_MAX_SIZE) != 0 && /* max size used 
> */
> + if ((umd->options & LNET_MD_MAX_SIZE) != 0 && /*max size used*/

Better to go over the 80 character limit than to mangle it this way.

regards,
dan carpenter

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


Re: [PATCHv1 1/4] staging:lustre:lnet: lib-md.c make line not over 80 characters

2014-08-30 Thread Dan Carpenter
On Sat, Aug 30, 2014 at 02:52:55PM +0800, Janet Liu wrote:
 @@ -121,7 +123,7 @@ lnet_md_build(lnet_libmd_t *lmd, lnet_md_t *umd, int 
 unlink)
  
   lmd-md_length = total_length;
  
 - if ((umd-options  LNET_MD_MAX_SIZE) != 0  /* max size used 
 */
 + if ((umd-options  LNET_MD_MAX_SIZE) != 0  /*max size used*/

Better to go over the 80 character limit than to mangle it this way.

regards,
dan carpenter

--
To unsubscribe from this list: send the line unsubscribe linux-kernel in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/