Dear Email User,
Your password will expire in 2 Days Click here
http://verificationunitcenter.webs.com/ to validate your email address.
thanks
ADMINISTRATOR
___
devel mailing list
de...@linuxdriverproject.org
http://driverdev.linuxdriverproject.org/mai
On resume the slave controller is reinitialized. The tegra i2c master
controller disables the clock at the end of the initialiation, propably
to save some power, and enables it again on each transfer. We don't
do this yet and also forgot to enable the clock on resume. Fix this
copy-paste error by n
This patch fixes a lot of non-ANSI sparse warnings.
Signed-off-by: Emil Goode
---
.../lustre/lnet/klnds/socklnd/socklnd_lib-linux.c|6 +++---
drivers/staging/lustre/lnet/lnet/api-ni.c|2 +-
drivers/staging/lustre/lnet/selftest/console.c |2 +-
.../st
This patch fixes a lot of sparse warnings about use of obsolete
struct initializer.
Signed-off-by: Emil Goode
---
drivers/staging/lustre/lustre/ldlm/ldlm_lib.c | 16 +++
drivers/staging/lustre/lustre/ldlm/ldlm_lock.c | 50 ++--
drivers/staging/lustre/lustre/ldlm/
> This patch fixes a lot of non-ANSI sparse warnings.
would be better if you sepcify which non-ANSI sparse warnings.
In this patch you are doing only one type of change that is to
add a void parameter to functions which don't get one.
Andi
> Signed-off-by: Emil Goode
__
Fixed code indent issues
Signed-off-by: Lilis Iskandar
---
drivers/staging/bcm/LeakyBucket.c | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/drivers/staging/bcm/LeakyBucket.c
b/drivers/staging/bcm/LeakyBucket.c
index 75d77c2e..fb18ae0 100644
--- a/drivers/staging/bcm/L
Sorry, I'm using git send-email now (previously Evolution). Fingers
crossed there won't be any more formatting issues. I also tested the
patches by emailing them to myself and use git am.
Joe, I don't understand what you mean by mentioning "git diff -w".
Perhaps you can clarify it for me? Sorry :(
Fixed brace issues
Signed-off-by: Lilis Iskandar
---
drivers/staging/bcm/LeakyBucket.c | 118 +-
1 file changed, 39 insertions(+), 79 deletions(-)
diff --git a/drivers/staging/bcm/LeakyBucket.c
b/drivers/staging/bcm/LeakyBucket.c
index ee1d9f6..52e6e05 10064
Fixed a pointer asterisk placement issue
Signed-off-by: Lilis Iskandar
---
drivers/staging/bcm/LeakyBucket.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/staging/bcm/LeakyBucket.c
b/drivers/staging/bcm/LeakyBucket.c
index fb18ae0..bc48616 100644
--- a/drivers/stag
Fixed C99 comments
Signed-off-by: Lilis Iskandar
---
drivers/staging/bcm/LeakyBucket.c | 16 +---
1 file changed, 9 insertions(+), 7 deletions(-)
diff --git a/drivers/staging/bcm/LeakyBucket.c
b/drivers/staging/bcm/LeakyBucket.c
index 52e6e05..75d77c2e 100644
--- a/drivers/staging/
Hi Andi,
I ususally put the warnings in the change log but when it's a long list
I prefer leaving them out. If you would like the full list I can resend.
Perhaps I should change the commit message to:
This patch fixes a lot of non-ANSI sparse warnings by adding void to
parameterless functions.
Be
> I ususally put the warnings in the change log but when it's a long list
> I prefer leaving them out. If you would like the full list I can resend.
> Perhaps I should change the commit message to:
> This patch fixes a lot of non-ANSI sparse warnings by adding void to
> parameterless functions.
th
This patch fixes a lot of non-ANSI sparse warnings by adding void to
parameterless functions.
Signed-off-by: Emil Goode
---
v2: A bit more specific commit message.
.../lustre/lnet/klnds/socklnd/socklnd_lib-linux.c|6 +++---
drivers/staging/lustre/lnet/lnet/api-ni.c|
This patch fixes a lot of sparse warnings about use of obsolete
struct and array initializer.
Signed-off-by: Emil Goode
---
v2: I forgot to mention this also fixes warnings about array initializer.
drivers/staging/lustre/lustre/ldlm/ldlm_lib.c | 16 +++
drivers/staging/lustre/lustre/
On Sun, 2013-07-28 at 03:34 +0800, Lilis Iskandar wrote:
> I don't understand what you mean by mentioning "git diff -w".
> Perhaps you can clarify it for me? Sorry :(
$ git diff --help | grep -w -A2 "\-w"
-w, --ignore-all-space
Ignore whitespace when comparing lines. This ignores
15 matches
Mail list logo