Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f0bd2c46 authored by Joshua Baldock's avatar Joshua Baldock Committed by Greg Kroah-Hartman
Browse files

Staging: lustre: Corrected styling errors reported by checkpatch.pl script on file ptllnd_wire.h



Moved '{' from new line to same line as struct as advised by checkpatch.pl script.

Signed-off-by: default avatarJoshua Baldock <joshua.baldock@gmail.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent f51d7657
Loading
Loading
Loading
Loading
+5 −9
Original line number Diff line number Diff line
@@ -64,26 +64,22 @@
					 * above is for bulk data transfer */
#define LNET_MSG_MATCHBITS       0      /* the value for the message channel */

typedef struct
{
typedef struct {
	lnet_hdr_t	kptlim_hdr;	     /* portals header */
	char	      kptlim_payload[0];      /* piggy-backed payload */
} WIRE_ATTR kptl_immediate_msg_t;

typedef struct
{
typedef struct {
	lnet_hdr_t	kptlrm_hdr;	     /* portals header */
	__u64	     kptlrm_matchbits;       /* matchbits */
} WIRE_ATTR kptl_rdma_msg_t;

typedef struct
{
typedef struct {
	__u64	     kptlhm_matchbits;       /* matchbits */
	__u32	     kptlhm_max_msg_size;    /* max message size */
} WIRE_ATTR kptl_hello_msg_t;

typedef struct
{
typedef struct {
	/* First 2 fields fixed FOR ALL TIME */
	__u32	   ptlm_magic;     /* I'm a Portals LND message */
	__u16	   ptlm_version;   /* this is my version number */