[tip:x86/boot] x86/boot: Fix Sparse warning by including required header file

2017-03-31 Thread tip-bot for Zhengyi Shen
Commit-ID: 5af218439f3a4c9ca7139a40e5d047fe1ea39551 Gitweb: http://git.kernel.org/tip/5af218439f3a4c9ca7139a40e5d047fe1ea39551 Author: Zhengyi Shen <shenzhen...@gmail.com> AuthorDate: Wed, 29 Mar 2017 15:00:20 +0800 Committer: Ingo Molnar <mi...@kernel.org> CommitDate: Fri,

[tip:x86/boot] x86/boot: Fix Sparse warning by including required header file

2017-03-31 Thread tip-bot for Zhengyi Shen
Commit-ID: 5af218439f3a4c9ca7139a40e5d047fe1ea39551 Gitweb: http://git.kernel.org/tip/5af218439f3a4c9ca7139a40e5d047fe1ea39551 Author: Zhengyi Shen AuthorDate: Wed, 29 Mar 2017 15:00:20 +0800 Committer: Ingo Molnar CommitDate: Fri, 31 Mar 2017 08:13:54 +0200 x86/boot: Fix Sparse

[tip:x86/urgent] x86/boot: Include missing header file

2017-03-31 Thread tip-bot for Zhengyi Shen
Commit-ID: 6b1cc946ddfcfc17d66c7d02eafa14deeb183437 Gitweb: http://git.kernel.org/tip/6b1cc946ddfcfc17d66c7d02eafa14deeb183437 Author: Zhengyi Shen <shenzhen...@gmail.com> AuthorDate: Wed, 29 Mar 2017 15:00:20 +0800 Committer: Thomas Gleixner <t...@linutronix.de> CommitDate:

[tip:x86/urgent] x86/boot: Include missing header file

2017-03-31 Thread tip-bot for Zhengyi Shen
Commit-ID: 6b1cc946ddfcfc17d66c7d02eafa14deeb183437 Gitweb: http://git.kernel.org/tip/6b1cc946ddfcfc17d66c7d02eafa14deeb183437 Author: Zhengyi Shen AuthorDate: Wed, 29 Mar 2017 15:00:20 +0800 Committer: Thomas Gleixner CommitDate: Fri, 31 Mar 2017 10:43:42 +0200 x86/boot: Include

[PATCH] arch:x86/boot/compressed/error: Add declaration for necessary head file

2017-03-29 Thread Zhengyi Shen
it be static? Signed-off-by: Zhengyi Shen <shenzhen...@gmail.com> --- arch/x86/boot/compressed/error.c | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/x86/boot/compressed/error.c b/arch/x86/boot/compressed/error.c index 6248740..3192202 100644 --- a/arch/x86/boot/compressed/error.c +++

[PATCH] arch:x86/boot/compressed/error: Add declaration for necessary head file

2017-03-29 Thread Zhengyi Shen
it be static? Signed-off-by: Zhengyi Shen --- arch/x86/boot/compressed/error.c | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/x86/boot/compressed/error.c b/arch/x86/boot/compressed/error.c index 6248740..3192202 100644 --- a/arch/x86/boot/compressed/error.c +++ b/arch/x86/boot/compressed

[PATCH] staging:fbtft/fbtft-io: Fix incorrect type in assignment

2017-03-23 Thread Zhengyi Shen
Fix endian sparse warnings of incorrect type in assignment. This patch changes type to the appropriate endian specific versions. Signed-off-by: Zhengyi Shen <shenzhen...@gmail.com> --- drivers/staging/fbtft/fbtft-io.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/d

[PATCH] staging:fbtft/fbtft-io: Fix incorrect type in assignment

2017-03-23 Thread Zhengyi Shen
Fix endian sparse warnings of incorrect type in assignment. This patch changes type to the appropriate endian specific versions. Signed-off-by: Zhengyi Shen --- drivers/staging/fbtft/fbtft-io.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/staging/fbtft/fbtft-io.c

[PATCH] staging:most/hdm-i2c: Replace symbolic permissions with octal permissions

2017-02-03 Thread Zhengyi Shen
WARNING: Symbolic permissions 'S_IRUGO' are not preferred. Consider using octal permissions '0444'. This warning was detected by checkpatch.pl for hdm_i2c.c. Signed-off-by: Zhengyi Shen <shenzhen...@gmail.com> --- drivers/staging/most/hdm-i2c/hdm_i2c.c | 2 +- 1 file changed, 1 insertion

[PATCH] staging:most/hdm-i2c: Replace symbolic permissions with octal permissions

2017-02-03 Thread Zhengyi Shen
WARNING: Symbolic permissions 'S_IRUGO' are not preferred. Consider using octal permissions '0444'. This warning was detected by checkpatch.pl for hdm_i2c.c. Signed-off-by: Zhengyi Shen --- drivers/staging/most/hdm-i2c/hdm_i2c.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

[PATCH] staging: lustre: fix coding style issue in vvp_page.c

2017-02-02 Thread Zhengyi Shen
This is a patch to fix "WARNING: line over 80 characters" found by checkpatch.pl in vvp_page.c. Signed-off-by: Zhengyi Shen <shenzhen...@gmail.com> --- drivers/staging/lustre/lustre/llite/vvp_page.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/driver

[PATCH] staging: lustre: fix coding style issue in vvp_page.c

2017-02-02 Thread Zhengyi Shen
This is a patch to fix "WARNING: line over 80 characters" found by checkpatch.pl in vvp_page.c. Signed-off-by: Zhengyi Shen --- drivers/staging/lustre/lustre/llite/vvp_page.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/drivers/staging/lustre/lustre/llite/vvp

[PATCH] staging/emxx_udc: Fix styling issues

2017-02-02 Thread Zhengyi Shen
Fix line over 80 characters. Statements longer than 80 columns were broken into sensible chunks. Descendants in four different palces were in the same uniform style. Signed-off-by: Zhengyi Shen <shenzhen...@gmail.com> --- drivers/staging/emxx_udc/emxx_udc.c | 13 - 1 file chan

[PATCH] staging/emxx_udc: Fix styling issues

2017-02-02 Thread Zhengyi Shen
Fix line over 80 characters. Statements longer than 80 columns were broken into sensible chunks. Descendants in four different palces were in the same uniform style. Signed-off-by: Zhengyi Shen --- drivers/staging/emxx_udc/emxx_udc.c | 13 - 1 file changed, 8 insertions(+), 5