Re: [PATCH] trace: events: fix error directive in argument list

2019-03-30 Thread Roopa Prabhu
On Sat, Mar 30, 2019 at 5:40 AM Steven Rostedt wrote: > > On Sat, 30 Mar 2019 13:01:41 +0100 > Luc Van Oostenryck wrote: > > > OK, I see. IMO, it would be better to have 2 patches for this: > > one for the redundant assignment to pin6 and anotther one for > > the IS_ENABLED() change but feel free

Re: [PATCH] trace: events: fix error directive in argument list

2019-03-30 Thread Steven Rostedt
On Sat, 30 Mar 2019 13:01:41 +0100 Luc Van Oostenryck wrote: > OK, I see. IMO, it would be better to have 2 patches for this: > one for the redundant assignment to pin6 and anotther one for > the IS_ENABLED() change but feel free, if needed, to add my I agree with it being separate patches. I'm

Re: [PATCH] trace: events: fix error directive in argument list

2019-03-30 Thread Luc Van Oostenryck
On Sat, Mar 30, 2019 at 04:37:48PM +0530, Hariprasad Kelam wrote: > On Sat, Mar 30, 2019 at 12:22:17AM +0100, Luc Van Oostenryck wrote: > > On Tue, Mar 26, 2019 at 01:23:03AM +0530, Hariprasad Kelam wrote: > > > This patch fixes below spare errors. > > > > > > Sparse error: > > > make C=2 CF=-D__C

Re: [PATCH] trace: events: fix error directive in argument list

2019-03-30 Thread Hariprasad Kelam
On Sat, Mar 30, 2019 at 12:22:17AM +0100, Luc Van Oostenryck wrote: > On Tue, Mar 26, 2019 at 01:23:03AM +0530, Hariprasad Kelam wrote: > > This patch fixes below spare errors. > > > > Sparse error: > > make C=2 CF=-D__CHECK_ENDIAN__ M=net/core > > ./include/trace/events/neigh.h:73:1: error: direc

Re: [PATCH] trace: events: fix error directive in argument list

2019-03-29 Thread Luc Van Oostenryck
On Tue, Mar 26, 2019 at 01:23:03AM +0530, Hariprasad Kelam wrote: > This patch fixes below spare errors. > > Sparse error: > make C=2 CF=-D__CHECK_ENDIAN__ M=net/core > ./include/trace/events/neigh.h:73:1: error: directive in argument list > ./include/trace/events/neigh.h:78:1: error: directive in

Re: [PATCH] trace: events: fix error directive in argument list

2019-03-29 Thread Luc Van Oostenryck
On Wed, Mar 27, 2019 at 11:53:30AM -0400, Steven Rostedt wrote: > On Tue, 26 Mar 2019 01:23:03 +0530 > Hariprasad Kelam wrote: > > > This patch fixes below spare errors. > > > > Sparse error: > > make C=2 CF=-D__CHECK_ENDIAN__ M=net/core > > ./include/trace/events/neigh.h:73:1: error: directive

Re: [PATCH] trace: events: fix error directive in argument list

2019-03-27 Thread Steven Rostedt
On Tue, 26 Mar 2019 01:23:03 +0530 Hariprasad Kelam wrote: > This patch fixes below spare errors. > > Sparse error: > make C=2 CF=-D__CHECK_ENDIAN__ M=net/core > ./include/trace/events/neigh.h:73:1: error: directive in argument list > ./include/trace/events/neigh.h:78:1: error: directive in argu

Re: [PATCH] trace: events: fix error directive in argument list

2019-03-26 Thread Roopa Prabhu
On Mon, Mar 25, 2019 at 1:11 PM Steven Rostedt wrote: > > On Tue, 26 Mar 2019 01:23:03 +0530 > Hariprasad Kelam wrote: > > > > --- > > include/trace/events/neigh.h | 19 +-- > > 1 file changed, 5 insertions(+), 14 deletions(-) > > > > diff --git a/include/trace/events/neigh.h b/i

Re: [PATCH] trace: events: fix error directive in argument list

2019-03-26 Thread Roopa Prabhu
On Mon, Mar 25, 2019 at 12:53 PM Hariprasad Kelam wrote: > > This patch fixes below spare errors. > > Sparse error: > make C=2 CF=-D__CHECK_ENDIAN__ M=net/core > ./include/trace/events/neigh.h:73:1: error: directive in argument list > ./include/trace/events/neigh.h:78:1: error: directive in argume

Re: [PATCH] trace: events: fix error directive in argument list

2019-03-25 Thread Steven Rostedt
On Tue, 26 Mar 2019 01:23:03 +0530 Hariprasad Kelam wrote: > --- > include/trace/events/neigh.h | 19 +-- > 1 file changed, 5 insertions(+), 14 deletions(-) > > diff --git a/include/trace/events/neigh.h b/include/trace/events/neigh.h > index 0bdb085..6e310ea 100644 > --- a/incl

[PATCH] trace: events: fix error directive in argument list

2019-03-25 Thread Hariprasad Kelam
This patch fixes below spare errors. Sparse error: make C=2 CF=-D__CHECK_ENDIAN__ M=net/core ./include/trace/events/neigh.h:73:1: error: directive in argument list ./include/trace/events/neigh.h:78:1: error: directive in argument list ./include/trace/events/neigh.h:150:1: error: directive in argum