CAN YOU BE MY GUARDIAN ???

2016-03-10 Thread Ms.Sonia Kone
Greetings to you. Please kindly receive this message with due RESPECT. I am soliciting for your assistance to save my life that is in danger because of money $7.5 millions, I inherited from My late father. I am 21 years old girl from Ivory Coast, I am presently in Republic of Nigeria now for

[PATCH] Staging: rts5208: changes style of memory allocation in rtsx.c

2016-03-10 Thread Ben Marsh
This is a patch to rtsx.c that changes the style of memory allocation in order to remove a checkpatch.pl warning. Signed-off-by: Ben Marsh --- drivers/staging/rts5208/rtsx.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/staging/rts5208/rtsx.c

Re: [PATCH] android: lmk: add swap pte pmd in tasksize

2016-03-10 Thread yalin wang
> On Mar 11, 2016, at 15:23, Lu Bing wrote: > > From: l00215322 > > Many android devices have zram,so we should add "MM_SWAPENTS" in tasksize. > Refer oom_kill.c,we add pte also. > > Reviewed-by: Chen Feng >

[PATCH] android: lmk: add swap pte pmd in tasksize

2016-03-10 Thread Lu Bing
From: l00215322 Many android devices have zram,so we should add "MM_SWAPENTS" in tasksize. Refer oom_kill.c,we add pte also. Reviewed-by: Chen Feng Reviewed-by: Fu Jun Reviewed-by: Xu YiPing

Re: creating initramfs

2016-03-10 Thread Greg KH
On Fri, Mar 11, 2016 at 09:01:08AM +0530, Ronit Halder wrote: > Hi, > How can I create a initramfs file without dracut from the files in an > installed system? Why would you want to do such a thing, and more importantly, why would this mailing list be able to help you out? greg k-h

Re: [PATCH 2/5] Staging: comedi: fix WARNING issue in s626.c

2016-03-10 Thread Greg KH
On Thu, Mar 10, 2016 at 12:22:07PM +0530, Ravishankar Karkala Mallikarjunayya wrote: > This is a patch to the s626.c file that fixes up a Block comments issues > found by the checkpatch.pl tool. > > i.e. Block comments use a trailing */ on a separate line > > Signed-off-by: Ravishankar Karkala

Re: [PATCH 1/5] Staging: comedi: fix type issue in s626.c

2016-03-10 Thread Greg KH
On Thu, Mar 10, 2016 at 12:22:06PM +0530, Ravishankar Karkala Mallikarjunayya wrote: > This is a patch to the s626.c file that fixes up a type issues > found by the checkpatch.pl tool. > > i.e Prefer kernel type 'u8' over 'uint8_t' > Prefer kernel type 'u16' over 'uint16_t' > Prefer

creating initramfs

2016-03-10 Thread Ronit Halder
Hi, How can I create a initramfs file without dracut from the files in an installed system? regards, Ronit ___ devel mailing list de...@linuxdriverproject.org http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel

Re: [PATCH] staging: unisys: visorbus: remove unused sysfs attribute devmajorminor/*

2016-03-10 Thread Greg KH
On Tue, Mar 08, 2016 at 10:32:22PM -0500, David Kershner wrote: > From: Tim Sell > > The sysfs attribute directory at: > > /sys/bus/visorbus/devices/vbus:dev/devmajorminor/* > > or > > /sys/devices/visorbus/vbus:dev/devmajorminor/* > > previously provided a

Re: [PATCH 1/6] staging: unisys: visorbus: get rid of gotos in intialize_controlvm_payload_info

2016-03-10 Thread Greg KH
On Mon, Mar 07, 2016 at 11:21:03AM -0500, David Kershner wrote: > Signed-off-by: David Kershner > Signed-off-by: Timothy Sell > --- > drivers/staging/unisys/visorbus/visorchipset.c | 30 > -- > 1 file changed, 9

Re: [PATCH 3/3] Staging: vt6656: modified tab error

2016-03-10 Thread Greg KH
On Thu, Mar 10, 2016 at 07:40:09PM +0530, Tanvi Surana wrote: > I have modified tab error in the file power.c > > Signed-Off-By: Tanvi Surana > --- > drivers/staging/vt6656/power.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git

Re: [PATCH] Staging: vt6655: fixed Warnings of more than 80 chars at a line in baseband.c

2016-03-10 Thread Greg KH
On Thu, Mar 10, 2016 at 12:39:08PM +0530, nancygoel62 wrote: > This is a patch to the baseband.c file that fixes the warnings of more than > 80 characters at a line by the checkpatch.pl tool > > Signed-off-by: Nancy Goel > --- > drivers/staging/vt6655/baseband.c | 16

Re: [PATCH] staging:vt6655: fix coding style violations for lines over 80 characters

2016-03-10 Thread Greg KH
On Tue, Mar 08, 2016 at 05:23:02PM -0800, Kathryn Hampton wrote: > This patch addresses line length errors reported by checkpatch.pl that could > be fixed with simple line breaks. > > Signed-off-by: Kathryn Hampton You sent 2 patches with identical subject lines, yet they

Re: [PATCH 3/6] staging: unisys: visorbus: git rid of gotos in devmajorminor_create_file

2016-03-10 Thread gre...@linuxfoundation.org
On Wed, Mar 09, 2016 at 05:10:28PM +, Sell, Timothy C wrote: > > -Original Message- > > From: Neil Horman [mailto:nhor...@redhat.com] > > Sent: Wednesday, March 09, 2016 11:09 AM > > To: external-ges-uni...@redhat.com > > Cc: gre...@linuxfoundation.org;

Re: [PATCH 5/6] staging: unisys: visorbus: Cleanup gotos in visordriver_probe_device

2016-03-10 Thread Greg KH
On Tue, Mar 08, 2016 at 08:22:47PM -0500, David Kershner wrote: > Visordriver_probe_device gotos were messy, clean them up. > > Signed-off-by: David Kershner > Signed-off-by: Timothy Sell > --- >

[PATCH] Staging: nvec: removes an unnecessary cast on a void pointer

2016-03-10 Thread Ben Marsh
Patch to nvec_ps2.c to remove an unnecessary cast on a void pointer. Signed-off-by: Ben Marsh --- drivers/staging/nvec/nvec_ps2.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/staging/nvec/nvec_ps2.c b/drivers/staging/nvec/nvec_ps2.c index

[PATCH] staging: speakup: fix type mismatch warnings

2016-03-10 Thread Okash Khawaja
Compiling speakup driver with sparse produces following warning: drivers/staging/speakup/serialio.c:22:9: warning: incorrect type in initializer (different base types) drivers/staging/speakup/serialio.c:22:9:expected unsigned int [unsigned] flags drivers/staging/speakup/serialio.c:22:9:

Re: [PATCH v4 00/52] mtd: rework ECC layout definition

2016-03-10 Thread Brian Norris
On Mon, Mar 07, 2016 at 10:46:50AM +0100, Boris Brezillon wrote: > Hello, > > This patchset aims at getting rid of the nand_ecclayout limitations. > struct nand_ecclayout is defining fixed eccpos and oobfree arrays which > can only be increased by modifying the MTD_MAX_ECCPOS_ENTRIES_LARGE and >

Re: [PATCH 2/2] isdn: i4l: move active-isdn drivers to staging

2016-03-10 Thread isdn
Am 10.03.2016 um 13:58 schrieb Paul Bolle: > Hi Karsten, > > On do, 2016-03-10 at 11:53 +0100, i...@linux-pingi.de wrote: >> mISDN with CAPI support works just fine with pppd and pppdcapiplugin >> and the CAPI works for all mISDN HW. > > In the mainline tree the mISDN and CAPI stacks are

[PATCH 3/3] Staging: vt6656: modified tab error

2016-03-10 Thread Tanvi Surana
I have modified tab error in the file power.c Signed-Off-By: Tanvi Surana --- drivers/staging/vt6656/power.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/staging/vt6656/power.c b/drivers/staging/vt6656/power.c index c025dab..ce5de78 100644

Re: [PATCH] Staging: most: Remove check for __cplusplus in headers

2016-03-10 Thread PrasannaKumar Muralidharan
I will provide a revised patch. Thanks, PrasannaKumar ___ devel mailing list de...@linuxdriverproject.org http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel

Re: [PATCH] Staging: comedi: removes unnecessary cast on void pointers.

2016-03-10 Thread Ian Abbott
On 10/03/16 12:13, Ben Marsh wrote: This is a patch to s626.c that removes several unnecessary cast on null pointers. I think you mean void pointers. Signed-off-by: Ben Marsh --- drivers/staging/comedi/drivers/s626.c | 8 1 file changed, 4 insertions(+), 4

Re: [PATCH 2/2] isdn: i4l: move active-isdn drivers to staging

2016-03-10 Thread Paul Bolle
Hi Karsten, On do, 2016-03-10 at 11:53 +0100, i...@linux-pingi.de wrote: > mISDN with CAPI support works just fine with pppd and pppdcapiplugin > and the CAPI works for all mISDN HW. In the mainline tree the mISDN and CAPI stacks are effectively separate. Do you perhaps refer to a mISDN +

[PATCH] Staging: comedi: removes unnecessary cast on void pointers.

2016-03-10 Thread Ben Marsh
This is a patch to s626.c that removes several unnecessary cast on null pointers. Signed-off-by: Ben Marsh --- drivers/staging/comedi/drivers/s626.c | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/drivers/staging/comedi/drivers/s626.c

[PATCH] staging: skein: threefish_block: Use rol64

2016-03-10 Thread Joe Perches
Use the inline instead of direct code to improve readability and shorten the code a little. Signed-off-by: Joe Perches --- drivers/staging/skein/threefish_block.c | 2145 --- 1 file changed, 1073 insertions(+), 1072 deletions(-) diff --git

Re: [PATCH 2/2] isdn: i4l: move active-isdn drivers to staging

2016-03-10 Thread isdn
Am 09.03.2016 um 23:10 schrieb Tilman Schmidt: > Am 07.03.2016 um 09:48 schrieb Paul Bolle: >> On za, 2016-03-05 at 14:08 +0100, Tilman Schmidt wrote: >>> As a consequence, owners of HiSAX type adapters are in fact stuck with >>> the old hisax driver if they want to continue using i4l userspace

Re: [PATCH 5/5] Staging: comedi: fix type issue in ni_tio.c

2016-03-10 Thread Ian Abbott
On 10/03/16 06:52, Ravishankar Karkala Mallikarjunayya wrote: This is a patch to the ni_tio.c file that fixes up a type issues found by the checkpatch.pl tool. i.e. Prefer kernel type 'u64' over 'uint64_t' Signed-off-by: Ravishankar Karkala Mallikarjunayya ---

Re: [PATCH 4/5] Staging: comedi: fix CHECK issue in ni_tio.c

2016-03-10 Thread Ian Abbott
On 10/03/16 06:52, Ravishankar Karkala Mallikarjunayya wrote: This is a patch to the ni_tio.c file that fixes up a CHECK issues found by the checkpatch.pl tool. i.e. Avoid crashing the kernel - try using WARN_ON & recovery code rather than BUG() or BUG_ON(). Signed-off-by: Ravishankar Karkala

Re: [PATCH 3/5] Staging: comedi: fix WARNING issue in s626.c

2016-03-10 Thread Ian Abbott
On 10/03/16 06:52, Ravishankar Karkala Mallikarjunayya wrote: This is a patch to the s626.c file that fixes up a line over 80 characters issues found by the checkpatch.pl tool. Signed-off-by: Ravishankar Karkala Mallikarjunayya ---

Re: [PATCH 2/5] Staging: comedi: fix WARNING issue in s626.c

2016-03-10 Thread Ian Abbott
On 10/03/16 06:52, Ravishankar Karkala Mallikarjunayya wrote: This is a patch to the s626.c file that fixes up a Block comments issues found by the checkpatch.pl tool. i.e. Block comments use a trailing */ on a separate line Signed-off-by: Ravishankar Karkala Mallikarjunayya

Re: [PATCH 1/5] Staging: comedi: fix type issue in s626.c

2016-03-10 Thread Ian Abbott
On 10/03/16 06:52, Ravishankar Karkala Mallikarjunayya wrote: This is a patch to the s626.c file that fixes up a type issues found by the checkpatch.pl tool. i.e Prefer kernel type 'u8' over 'uint8_t' Prefer kernel type 'u16' over 'uint16_t' Prefer kernel type 'u32' over 'uint32_t'

Re: [PATCH 2/2] Staging: dgap: modified the block comments

2016-03-10 Thread DaeSeok Youn
2016-03-10 17:21 GMT+09:00 Tanvi Surana : > I have modified the file dgap.c ,making changes to the multiline > comments,thus making them appear presentable > > Signed-Off-By: Tanvi Surana > --- > drivers/staging/dgap/dgap.c | 59 >

[PATCH 2/2] Staging: dgap: modified the block comments

2016-03-10 Thread Tanvi Surana
I have modified the file dgap.c ,making changes to the multiline comments,thus making them appear presentable Signed-Off-By: Tanvi Surana --- drivers/staging/dgap/dgap.c | 59 + 1 file changed, 33 insertions(+), 26