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
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:
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
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
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
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
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
见到客户找不到话说?sih.xls
Description: Binary data
___
devel mailing list
de...@linuxdriverproject.org
http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel
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
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
10 matches
Mail list logo