tree/branch: https://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging.git
staging-next
branch HEAD: 76f50ad9b1503bc5bd2eb80c1e97149cbbf1d3f1 staging: tegra-vde: fix
common struct sg_table related issues
elapsed time: 723m
configs tested: 94
configs skipped: 4
The following configs have
allyesconfig
mips allmodconfig
powerpc allyesconfig
powerpc allnoconfig
powerpc defconfig
x86_64 randconfig-a006-20200905
x86_64 randconfig-a004-20200905
powerpc defconfig
x86_64 randconfig-a006-20200905
x86_64 randconfig-a004-20200905
x86_64 randconfig-a003-20200905
x86_64 randconfig-a005-20200905
x86_64 randconfig-a001-20200905
x86_64
defconfig
x86_64 randconfig-a006-20200905
x86_64 randconfig-a004-20200905
x86_64 randconfig-a003-20200905
x86_64 randconfig-a005-20200905
x86_64 randconfig-a001-20200905
x86_64 randconfig
Address the following issues:
* unnecessary comparison to true/false
* use of 0/1 instead of bool values
* unnecessary conversion to bool
These were fixed using the following Coccinelle scripts:
* scripts/coccinelle/misc/bool{init,conv,return}.cocci
Build-tested with allmodconfig.
Signed-off
On Mon, Aug 31, 2020 at 05:33:45PM +0200, Greg Kroah-Hartman wrote:
On Mon, Aug 31, 2020 at 11:28:59AM -0400, Sasha Levin wrote:
From: Samuel Thibault
[ Upstream commit 2b86d9b8ec6efb86fc5ea44f2d49b1df17f699a1 ]
This was missed while introducing the tty-based serial access.
The only remainin
Clean up unnecessary whitespace in wpa_set_encryption() by removing
extra spaces and replacing tabs with spaces. Clears a checkpatch error.
ERROR: space prohibited before that close parenthesis ')'
Signed-off-by: Michael Straube
---
drivers/staging/rtl8188eu/os_dep/ioctl_linux.c | 12 ++