Hello,
Gabriel Fedel, le sam. 26 mai 2018 16:03:35 -0300, a ecrit:
> Replace simple_strtoul() with kstrtoul(), because simple_strtoul() is
> obsolete.
Well, rather than putting again a dozen lines of code, if simple_strtoul
is really considered to be obsolete, a replacement should be defined so
Replace simple_strtoul() with kstrtoul(), because simple_strtoul() is
obsolete.
kstrtoul and simple_strtoul are not equal, so some new code was
inserted:
It was necessary to pass to kstrtoul just number part (new variable num).
temp variable was setted manually (to position after cp number part
single_open() returns -ENOMEM when malloc failed, so the caller function
rtl_debugfs_open_rw() should not always return 0. In addition, when using
single_open(), we should use single_release() instead of seq_release() in
the file_operations structure to avoid a memory leak.
Signed-off-by: Tiezhu Y
Hi Petr,
Petr Machata writes:
> Vivien Didelot writes:
>
>>> + } else {
>>> + err = br_switchdev_port_obj_add(dev, v->vid, flags);
>>> + if (err && err != -EOPNOTSUPP)
>>> + goto out;
>>> }
>>
>> Except that br_switchdev_port_obj_add taking vid and fl
DMA requests must be blocked before resetting VDE HW, otherwise it is
possible to get a memory corruption or a machine hang. Use the reset
control provided by the Memory Controller to block DMA before resetting
the VDE HW.
Signed-off-by: Dmitry Osipenko
---
Changelog:
v2:
- Reset HW eve
Microsoft Iberica S.L Lottery Intl. Program
FOREIGN SERVICE SECTION BARCELONA.
REFERENCE NUMBER:BYQCX7ZPO63
BATCH NUMBER: 2018/HZK/3NW/127
OFFICIAL WINNING NOTIFICATION.
We are pleased to inform you of the released results of the Microsoft Iberica
S.L
Sweepstakes Promotion in conjunction with fo
On 20.05.2018 16:48, Dmitry Osipenko wrote:
> DMA requests must be blocked before resetting VDE HW, otherwise it is
> possible to get a memory corruption or a machine hang. Use the reset
> control provided by the Memory Controller to block DMA before resetting
> the VDE HW.
>
> Signed-off-by: Dmit
Two switch statements had wrong indentation of 'case' options
Signed-off-by: John Whitmore
---
.../staging/rtl8192u/ieee80211/rtl819x_HTProc.c| 48 +++---
1 file changed, 24 insertions(+), 24 deletions(-)
diff --git a/drivers/staging/rtl8192u/ieee80211/rtl819x_HTProc.c
b/dr
Coding style requires blank line after definitions and function definition,
blank lines removed. Correction of some indentation.
Signed-off-by: John Whitmore
---
.../staging/rtl8192u/ieee80211/rtl819x_HTProc.c| 96 --
1 file changed, 34 insertions(+), 62 deletions(-)
dif
Missed these in the last pass. Coding style does not require blank line after
opening brace of a function.
Signed-off-by: John Whitmore
---
drivers/staging/rtl8192u/ieee80211/rtl819x_HTProc.c | 5 -
1 file changed, 5 deletions(-)
diff --git a/drivers/staging/rtl8192u/ieee80211/rtl819x_HTPro
There were numerous coding syle errors in this file where spaces were required
around operators.
Signed-off-by: John Whitmore
---
.../staging/rtl8192u/ieee80211/rtl819x_HTProc.c| 126 ++---
1 file changed, 63 insertions(+), 63 deletions(-)
diff --git a/drivers/staging/rtl819
five patches with simple coding style changes to the file
drivers/staging/rtl8192u/ieee80211/rtl819x_HTProc.c
The last two patches should probably have been combined as both dealt with the
addition or removal of blank lines, but I missed one style issue on the first
pass. In that situation I guess
Correct the coding style of parenthesis and braces in various code blocks
Signed-off-by: John Whitmore
---
.../staging/rtl8192u/ieee80211/rtl819x_HTProc.c| 217 -
1 file changed, 79 insertions(+), 138 deletions(-)
diff --git a/drivers/staging/rtl8192u/ieee80211/rtl819x_H
On Fri, May 25, 2018 at 09:40:09PM +0200, Greg Kroah-Hartman wrote:
> On Sat, May 26, 2018 at 02:04:59AM +0800, kbuild test robot wrote:
> > tree: https://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging.git
> > staging-testing
> > head: 0badacd779df08fbbc895cf6c488e100b86c1f39
> > commi
14 matches
Mail list logo