Business Proposal

2015-04-19 Thread PETER WONG
Good day! I have a business proposal to share with you, this involves a large sum of money if you are interested I will be happy to work with you.I got your details in my search for someone who suits my business proposed. If you are interested in working with me please contact me through my

[PATCH] staging: rtl8192u: ieee80211: Silence sparse warning

2015-04-19 Thread Gaston Gonzalez
Silence the following sparse warning: drivers/staging/rtl8192u/ieee80211/ieee80211_crypt_tkip.c:184:16: warning: cast to restricted __le16 Signed-off-by: Gaston Gonzalez gasc...@gmail.com --- .../rtl8192u/ieee80211/ieee80211_crypt_tkip.c | 22 +++--- 1 file changed, 11

[PATCH] Staging: dgnc: Using temporary value for repeated dereferences.

2015-04-19 Thread Yorick Rommers
Hello Joe, Thank you once again for the feedback. I've changed my patch accordingly, see below. -- A patch for a line being too long (80) in dgnc_mgmt.c, fixed by making a temporary value for dgnc_Board[brd], replacing all instanced of dgnc_Board[brd] with

Re: [PATCH] Staging: dgnc: fixed code style issue

2015-04-19 Thread Joe Perches
On Sun, 2015-04-19 at 21:18 +0200, Yorick Rommers wrote: A patch for a line being too long (80) in dgnc_mgmt.c, fixed by making a temporary value for dgnc_Board[brd], and removing an unnecessary typecast. Hello Yorick. The patch subject isn't very descriptive. A better subject might be

[PATCH] Staging: dgnc: fixed code style issue

2015-04-19 Thread Yorick Rommers
A patch for a line being too long (80) in dgnc_mgmt.c, fixed by making a temporary value for dgnc_Board[brd], and removing an unnecessary typecast. Signed-off-by: Yorick Rommers yorick-romm...@hotmail.com --- drivers/staging/dgnc/dgnc_mgmt.c | 4 +++- 1 file changed, 3 insertions(+), 1

Re: [PATCH] Staging: dgnc: Using temporary value for repeated dereferences.

2015-04-19 Thread Joe Perches
On Sun, 2015-04-19 at 23:58 +0200, Yorick Rommers wrote: Hello Joe, Thank you once again for the feedback. I've changed my patch accordingly, see below. -- A patch for a line being too long (80) in dgnc_mgmt.c, fixed by making a temporary value for

[PATCH] Staging: comedi: fix coding style errors in daqboard2000.c

2015-04-19 Thread Gbenga Adalumo
Fix coding style errors found by checkpatch.pl tool Signed-off-by: Gbenga Adalumo gbenga...@gmail.com --- drivers/staging/comedi/drivers/daqboard2000.c | 58 +-- 1 file changed, 29 insertions(+), 29 deletions(-) diff --git a/drivers/staging/comedi/drivers/daqboard2000.c