Re: [PATCH v3 7/8] staging:lustre: style cleanups for LNet headers

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



I'm fine with merging this patch as is.

On Wed, Jun 03, 2015 at 04:43:26PM -0400, James Simmons wrote:
> +	struct lnet_peer	*msg_txpeer;	 /* peer I'm sending to */
> +	struct lnet_peer	*msg_rxpeer;	 /* peer I received from */
> +
> +	void			*msg_private;
> +	struct lnet_libmd	*msg_md;
> +
> +	unsigned int		msg_len;
> +	unsigned int		msg_wanted;
> +	unsigned int		msg_offset;
> +	unsigned int		msg_niov;
> +	struct kvec		*msg_iov;
> +	lnet_kiov_t		*msg_kiov;
> +
> +	lnet_event_t		msg_ev;
> +	lnet_hdr_t		msg_hdr;

These aren't in "lustre style".  Lustre style is more like:

	unsigned int		msg_len;
	unsigned int		msg_wanted;
	unsigned int		msg_offset;
	unsigned int		msg_niov;
	struct kvec	       *msg_iov;
	lnet_kiov_t	       *msg_kiov;


We're going through and re-indenting things.  I think just one space
between type and name is the right thing for .c files but you guys
really should figure out what style you're using for your header files.

regards,
dan carpenter
_______________________________________________
devel mailing list
devel@xxxxxxxxxxxxxxxxxxxxxx
http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel




[Index of Archives]     [Linux Driver Backports]     [DMA Engine]     [Linux GPIO]     [Linux SPI]     [Video for Linux]     [Linux USB Devel]     [Linux Coverity]     [Linux Audio Users]     [Linux Kernel]     [Linux SCSI]     [Yosemite Backpacking]
  Powered by Linux