[PATCH] staging: gdm724x: add forced casts in endian converters to fix sparse warnings

2016-12-28 Thread Eric S. Stone
The modified functions do explicit endian checking and conversion. The added forced casts fix these sparse warnings: CHECK drivers/staging/gdm724x/gdm_endian.c drivers/staging/gdm724x/gdm_endian.c:28:24: warning: incorrect type in return expression (different base types)

Re: [PATCH 12/15] hyperv: move VMBus connection ids to uapi

2016-12-28 Thread Roman Kagan
On Wed, Dec 21, 2016 at 07:54:11PM +, KY Srinivasan wrote: > > > > -Original Message- > > From: Stephen Hemminger [mailto:step...@networkplumber.org] > > Sent: Wednesday, December 21, 2016 10:03 AM > > To: Christoph Hellwig > > Cc: Paolo Bonzini

Re: [PATCH 00/15] hyperv: more stuff to uapi + cleanup

2016-12-28 Thread Roman Kagan
[ Sorry for such a slow reply; flu and office relocation knocked me out for a while ] On Wed, Dec 21, 2016 at 06:00:17PM +, KY Srinivasan wrote: > > -Original Message- > > From: Roman Kagan [mailto:rka...@virtuozzo.com] > > Sent: Tuesday, December 20, 2016 7:56 AM > > Subject: [PATCH

[PATCH] staging : lustre : Remove braces from single-line body.

2016-12-28 Thread Tabrez khan
Remove unnecessary braces from single-line if statement. This warning is found using checkpatch.pl. Signed-off-by: Tabrez khan --- drivers/staging/lustre/lustre/ptlrpc/import.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git