Re: [PATCH 5/5] Staging: panel: Make statement more readable

2016-01-01 Thread Willy Tarreau
Hi Ksenija, several points, see below. On Tue, Dec 29, 2015 at 09:11:03PM +0100, Ksenija Stanojevic wrote: > Broke statement into 3 different lines to make it more readable. > > Signeded-off-by: Ksenija Stanojevic ^^ Extra "ed". Don't waste your time typing it by hand, several git comma

Re: [PATCH V5 4/9] Drivers: hv: ring_buffer: enhance hv_ringbuffer_read() to support hvsock

2016-01-01 Thread David Miller
From: Dexuan Cui Date: Thu, 24 Dec 2015 06:14:36 -0800 > +#define HV_RINGBUFFER_READ_FLAG_RAW (1 << 0) > +#define HV_RINGBUFFER_READ_FLAG_HVSOCK (1 << 1) Please use BIT(). ___ devel mailing list de...@linuxdriverproject.org http:

Re: [PATCH] Staging: speakup: read scrolled-back VT

2016-01-01 Thread covici
Tested on 4.1.15 and it seems to work fine -- thanks a lot. Samuel Thibault wrote: > Previously, speakup would always read the bottom part of the screen, > even when the VT is scrolled back with shift-page. This patch makes > vt.c export screen_pos so that speakup can use it to properly access

Re: [PATCH] drivers: staging: media: davinci_vpfe: dm365_resizer: fixed some spelling mistakes

2016-01-01 Thread Trevor Woerner
On 01/01/16 11:08, Saatvik Arya wrote: > fixed spelling mistakes which reffered to OUTPUT as OUPUT Somewhat ironically, "reffered" is not spelled correctly ;-) ___ devel mailing list de...@linuxdriverproject.org http://driverdev.linuxdriverproject.org/ma

Re: [PATCH] Staging: speakup: read scrolled-back VT

2016-01-01 Thread One Thousand Gnomes
On Fri, 1 Jan 2016 18:20:39 +0100 Samuel Thibault wrote: > Previously, speakup would always read the bottom part of the screen, > even when the VT is scrolled back with shift-page. This patch makes > vt.c export screen_pos so that speakup can use it to properly access > the content of the scroll

[PATCH] Staging: speakup: read scrolled-back VT

2016-01-01 Thread Samuel Thibault
Previously, speakup would always read the bottom part of the screen, even when the VT is scrolled back with shift-page. This patch makes vt.c export screen_pos so that speakup can use it to properly access the content of the scrolled-back VT. This was tested with both vgacon and fbcon. Signed-of

[PATCH] drivers: staging: media: davinci_vpfe: dm365_resizer: fixed some spelling mistakes

2016-01-01 Thread Saatvik Arya
fixed spelling mistakes which reffered to OUTPUT as OUPUT Signed-off-by: Saatvik Arya --- drivers/staging/media/davinci_vpfe/dm365_resizer.c | 22 +++--- drivers/staging/media/davinci_vpfe/dm365_resizer.h | 2 +- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/d

初次见面就企图跟别人成为朋友的行为很幼稚

2016-01-01 Thread 梁策策
见到客户找不到话说?sih.xls Description: Binary data ___ devel mailing list de...@linuxdriverproject.org http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel

[PATCH] staging/lustre/llite: constify export_operations structures

2016-01-01 Thread Julia Lawall
This export_operations structure is never modified, so declare it as const. Most other structures of this type are already const. Done with the help of Coccinelle. Signed-off-by: Julia Lawall --- drivers/staging/lustre/lustre/llite/llite_internal.h |2 +- drivers/staging/lustre/lustre/llit

[PATCH] staging: lustre: obdecho: constify lu_device_operations and cl_device_operations structures

2016-01-01 Thread Julia Lawall
These lu_device_operations and cl_device_operations structures are never modified, so declare them as const. Other structures of these types are already const. Done with the help of Coccinelle. Signed-off-by: Julia Lawall --- drivers/staging/lustre/lustre/obdecho/echo_client.c |4 ++-- 1