Re: [PATCH v3 1/2] gpio: Add support for hierarchical IRQ domains

2019-06-02 Thread Linus Walleij
On Wed, May 29, 2019 at 4:53 PM Thierry Reding wrote: > From: Thierry Reding > > Hierarchical IRQ domains can be used to stack different IRQ controllers > on top of each other. One specific use-case where this can be useful is > if a power management controller has top-level controls for wakeup

Re: iwl_mvm_add_new_dqa_stream_wk BUG in lib/list_debug.c:56

2019-06-02 Thread Marc Haber
On Thu, May 30, 2019 at 10:12:57AM +0200, Marc Haber wrote: > on my primary notebook, a Lenovo X260, with an Intel Wireless 8260 > (8086:24f3), running Debian unstable, I have started to see network > hangs since upgrading to kernel 5.1. In this situation, I cannot > restart Network-Manager (the

Re: [PATCH v3 1/2] gpio: Add support for hierarchical IRQ domains

2019-06-02 Thread Linus Walleij
On Wed, May 29, 2019 at 4:53 PM Thierry Reding wrote: > From: Thierry Reding > > Hierarchical IRQ domains can be used to stack different IRQ controllers > on top of each other. One specific use-case where this can be useful is > if a power management controller has top-level controls for wakeup

Re: [PATCH] net: sctp: fix memory leak in sctp_send_reset_streams

2019-06-02 Thread Xin Long
On Sun, Jun 2, 2019 at 6:52 PM Neil Horman wrote: > > On Sun, Jun 02, 2019 at 11:44:29AM +0800, Hillf Danton wrote: > > > > syzbot found the following crash on: > > > > HEAD commit:036e3431 Merge git://git.kernel.org/pub/scm/linux/kernel/g.. > > git tree: upstream > > console output:

[PATCH v3] i2c: i801: Register optional lis3lv02d i2c device on Dell machines

2019-06-02 Thread Pali Rohár
Dell platform team told us that some (DMI whitelisted) Dell Latitude machines have ST microelectronics accelerometer at i2c address 0x29. Presence of that ST microelectronics accelerometer is verified by existence of SMO88xx ACPI device which represent that accelerometer. Unfortunately ACPI

Re: [PATCH v4] page cache: Store only head pages in i_pages

2019-06-02 Thread Chris Wilson
Quoting Matthew Wilcox (2019-06-02 11:51:50) > Thanks for the reports, Chris. > > I think they're both canaries; somehow the page cache / swap cache has > got corrupted and contains entries that it shouldn't. > > This second one (with the VM_BUG_ON_PAGE in __delete_from_swap_cache) > shows a

Re: [RFC 2/6] ipv4: add lockdep condition to fix for_each_entry

2019-06-02 Thread Joel Fernandes
On Sun, Jun 2, 2019 at 8:20 AM Joel Fernandes wrote: > > On Sun, Jun 2, 2019 at 3:00 AM Pavel Machek wrote: > > > > On Sat 2019-06-01 18:27:34, Joel Fernandes (Google) wrote: > > > Signed-off-by: Joel Fernandes (Google) > > > > This really needs to be merged to previous patch, you can't break >

Re: [RFC 2/6] ipv4: add lockdep condition to fix for_each_entry

2019-06-02 Thread Joel Fernandes
On Sun, Jun 2, 2019 at 3:00 AM Pavel Machek wrote: > > On Sat 2019-06-01 18:27:34, Joel Fernandes (Google) wrote: > > Signed-off-by: Joel Fernandes (Google) > > This really needs to be merged to previous patch, you can't break > compilation in middle of series... > > Or probably you need

Re: [GIT PULL] SPDX update for 5.2-rc3 - round 2

2019-06-02 Thread Masahiro Yamada
On Sun, Jun 2, 2019 at 4:17 PM Greg KH wrote: > > The following changes since commit 2f4c53349961c8ca480193e47da4d44fdb8335a8: > > Merge tag 'spdx-5.2-rc3-1' of > git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core (2019-05-31 > 08:34:32 -0700) > > are available in the Git

[GIT PULL] Please pull powerpc/linux.git powerpc-5.2-3 tag

2019-06-02 Thread Michael Ellerman
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi Linus, Please pull some more powerpc fixes for 5.2: The following changes since commit a188339ca5a396acc588e5851ed7e19f66b0ebd9: Linux 5.2-rc1 (2019-05-19 15:47:09 -0700) are available in the git repository at:

Re: [PATCH] net: sctp: fix memory leak in sctp_send_reset_streams

2019-06-02 Thread Neil Horman
On Sun, Jun 02, 2019 at 11:44:29AM +0800, Hillf Danton wrote: > > syzbot found the following crash on: > > HEAD commit:036e3431 Merge git://git.kernel.org/pub/scm/linux/kernel/g.. > git tree: upstream > console output: https://syzkaller.appspot.com/x/log.txt?x=153cff12a0 > kernel

Re: [PATCH v4] page cache: Store only head pages in i_pages

2019-06-02 Thread Matthew Wilcox
On Sat, Jun 01, 2019 at 12:44:28PM +0100, Chris Wilson wrote: > Quoting Chris Wilson (2019-06-01 10:26:21) > > Quoting Matthew Wilcox (2019-03-07 15:30:51) > > > Transparent Huge Pages are currently stored in i_pages as pointers to > > > consecutive subpages. This patch changes that to storing

[PATCH v2 9/9] staging: rtl8712: Fixed CamelCase lockRxFF0Filter

2019-06-02 Thread Deepak Mishra
This patch fixes CamelCase lockRxFF0Filter by renaming to lock_rx_ff0_filter in drv_types.h and related files usb_intf.c and xmit_linux.c This was reported by checkpatch.pl Signed-off-by: Deepak Mishra --- drivers/staging/rtl8712/drv_types.h | 2 +- drivers/staging/rtl8712/usb_intf.c | 2 +-

[PATCH v2 8/9] staging: rtl8712: fixed enable_rx_ff0_filter as bool and CamelCase

2019-06-02 Thread Deepak Mishra
This patch fixes CamelCase blnEnableRxFF0Filter by renaming it to enable_rx_ff0_filter in drv_types.h and related files rtl871x_cmd.c xmit_linux.c It was reported by checkpatch.pl This fix also makes enable_rx_ff0_filter a bool and uses true false than previously used u8 as suggested by

[PATCH v2 4/9] staging: rtl8712: Fixed CamelCase renames evtThread to evt_thread

2019-06-02 Thread Deepak Mishra
This patch fixes CamelCase renames evtThread to evt_thread in struct _adapter as reported by checkpatch.pl CHECK: Avoid CamelCase: Signed-off-by: Deepak Mishra --- drivers/staging/rtl8712/drv_types.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

[PATCH v2 3/9] staging: rtl8712: Fixed CamelCase cmdThread rename to cmd_thread

2019-06-02 Thread Deepak Mishra
This patch renames CamelCase cmdThread to cmd_thread in struct _adapter and related files drv_types.h,os_intfs.c CHECK: Avoid CamelCase: Signed-off-by: Deepak Mishra --- drivers/staging/rtl8712/drv_types.h | 2 +- drivers/staging/rtl8712/os_intfs.c | 6 +++--- 2 files changed, 4

[PATCH v2 1/9] staging: rtl8712: Fixed CamelCase rename ImrContent to imr_content

2019-06-02 Thread Deepak Mishra
This patch renames CamelCase ImrContent to imr_content in struct _adapter and related files drv_types.h, rtl871x_mp_ioctl.c, rtl871x_pwrctrl.h CHECK: Avoid CamelCase: Signed-off-by: Deepak Mishra --- drivers/staging/rtl8712/drv_types.h| 2 +-

[PATCH v2 7/9] staging: rtl8712: Fixed CamelCase wkFilterRxFF0 to wk_filter_rx_ff0 in

2019-06-02 Thread Deepak Mishra
This patch renames CamelCase variable wkFilterRxFF0 to wk_filter_rx_ff0 in drv_types.h and related files rtl871x_xmit.c and xmit_linux.c as reported by checkpatch.pl Signed-off-by: Deepak Mishra --- drivers/staging/rtl8712/drv_types.h| 2 +- drivers/staging/rtl8712/rtl871x_xmit.c | 2 +-

[PATCH v2 2/9] staging: rtl8712: Fixed CamelCase EepromAddressSize rename to eeprom_address_size

2019-06-02 Thread Deepak Mishra
This patch renames CamelCase EepromAddressSizefrom to eeprom_address_size in struct _adapter and in related files drv_types.h, rtl871x_eeprom.c, usb_intf.c CHECK: Avoid CamelCase: Signed-off-by: Deepak Mishra --- drivers/staging/rtl8712/drv_types.h | 2 +-

[PATCH v2 0/9] staging: rtl8712: Fixed CamelCase in struct _adapter

2019-06-02 Thread Deepak Mishra
This patchset fixes CamelCase checks in struct _adapter in drv_types.h and in files where struct _adapter is used by renaming the variables without camel case. These check were reported by checkpatch.pl This patch also changes type of enable_rx_ff0_filter as bool Deepak Mishra (9): staging:

[PATCH v2 5/9] staging: rtl8712: Fixed CamelCase renames IsrContent to isr_content

2019-06-02 Thread Deepak Mishra
This patch fixes CamelCase IsrContent to isr_content as suggested by checkpatch.pl Signed-off-by: Deepak Mishra --- drivers/staging/rtl8712/drv_types.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/staging/rtl8712/drv_types.h b/drivers/staging/rtl8712/drv_types.h

[PATCH v2 6/9] staging: rtl8712: Fixed CamelCase renames xmitThread and recvThread

2019-06-02 Thread Deepak Mishra
This patch fixes CamelCase as reported by checkpatch.pl xmitThread renamed to xmit_thread recvThread renamed to recv_thread Signed-off-by: Deepak Mishra --- drivers/staging/rtl8712/drv_types.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git

Re: [PATCH 1/2] phy: core: Add phy_pm_runtime_enabled

2019-06-02 Thread Pavel Machek
Hi! > > > > @@ -240,6 +241,11 @@ static inline int phy_pm_runtime_put_sync(struct > > > > phy *phy) > > > > return -ENOSYS; > > > > } > > > > > > > > +static inline bool phy_pm_runtime_enabled(struct phy *phy) > > > > +{ > > > > + return false > > > > > > Missing semicolon. > >

Re: [PATCH] scsi: ibmvscsi: Don't use rc uninitialized in ibmvscsi_do_work

2019-06-02 Thread Michael Ellerman
Hi Nathan, Nathan Chancellor writes: > clang warns: > > drivers/scsi/ibmvscsi/ibmvscsi.c:2126:7: warning: variable 'rc' is used > uninitialized whenever switch case is taken [-Wsometimes-uninitialized] > case IBMVSCSI_HOST_ACTION_NONE: > ^ >

Re: [PATCH 1/2] phy: core: Add phy_pm_runtime_enabled

2019-06-02 Thread Pavel Machek
Hi! > > > The phy driver may need to check phy_pm_runtime_enabled() in suspend as > > > PM runtime for phy may be already disabled when phy power_off() is called. > > > > > > Cc: Pavel Machek > > > Cc: Sebastian Reichel > > > Signed-off-by: Tony Lindgren > > > --- > > >

Re: [PATCH 8/8] staging: rtl8712: Fixed CamelCase in struct _adapter from drv_types.h

2019-06-02 Thread Deepak Mishra
On Sat, Jun 01, 2019 at 12:26:02PM -0700, Joe Perches wrote: > On Sun, 2019-06-02 at 00:13 +0530, Deepak Mishra wrote: > > This patch fixes CamelCase blnEnableRxFF0Filter by renaming it > > to bln_enable_rx_ff0_filter in drv_types.h and related files rtl871x_cmd.c > > xmit_linux.c > > One could

SEEKING FOR INVESTMENT PROJECT

2019-06-02 Thread Che Zakiah Binti Din
Dear Sir/ Madam, Please forgive me if my request is not acceptable by your kind person, I got your email contact through international business directory and I decided to contact you. I am Mrs. Che Zakiah Binti Din, Working at MAYBANK (Malaysia) as the Non-Executive Director & Audit Department

Re: [RFC PATCH 4/5] media: ov6650: Fix frame scaling not reset on crop

2019-06-02 Thread Janusz Krzysztofik
Hi Sakari, On Sunday, June 2, 2019 12:37:55 AM CEST Sakari Ailus wrote: > > ... I realised that the subtle effect of "media: > ov6650: Register with asynchronous subdevice framework" is that the driver > is now responsible for serialising the access to its own data structures > now. Indeed, I

[GIT PULL] KVM fixes for 5.2-rc3

2019-06-02 Thread Paolo Bonzini
Linus, The following changes since commit cd6c84d8f0cdc911df435bb075ba22ce3c605b07: Linux 5.2-rc2 (2019-05-26 16:49:19 -0700) are available in the git repository at: https://git.kernel.org/pub/scm/virt/kvm/kvm.git tags/for-linus for you to fetch changes up to

[PATCH V2 2/2] zswap: Add module parameter malloc_movable_if_support

2019-06-02 Thread Hui Zhu
This is the second version that was updated according to the comments from Sergey Senozhatsky in https://lkml.org/lkml/2019/5/29/73 zswap compresses swap pages into a dynamically allocated RAM-based memory pool. The memory pool should be zbud, z3fold or zsmalloc. All of them will allocate

[PATCH V2 1/2] zpool: Add malloc_support_movable to zpool_driver

2019-06-02 Thread Hui Zhu
As a zpool_driver, zsmalloc can allocate movable memory because it support migate pages. But zbud and z3fold cannot allocate movable memory. This commit adds malloc_support_movable to zpool_driver. If a zpool_driver support allocate movable memory, set it to true. And add

Dear Friend.

2019-06-02 Thread Mr. Hassan Alwan Ali
-- Dear Friend, I know that this mail will come to you as a surprise since we have not known or met before now, but please, I would like you to treat it like blood brother affair and with the urgency and secrecy it requires. I am Mr. Hassan Alwan Ali, an Audit staff of (C.B.N) Central Bank of

Re: [PATCH 5/7] scsi: mac_scsi: Fix pseudo DMA implementation, take 2

2019-06-02 Thread Geert Uytterhoeven
Hi Finn, On Sun, Jun 2, 2019 at 3:29 AM Finn Thain wrote: > A system bus error during a PDMA transfer can mess up the calculation of > the transfer residual (the PDMA handshaking hardware lacks a byte > counter). This results in data corruption. > > The algorithm in this patch anticipates a bus

Re: [PATCH 6/7] scsi: mac_scsi: Enable PDMA on Mac IIfx

2019-06-02 Thread Geert Uytterhoeven
Hi Finn, On Sun, Jun 2, 2019 at 3:29 AM Finn Thain wrote: > Add support for Apple's custom "SCSI DMA" chip. This patch doesn't make > use of its DMA capability. Just the PDMA capability is sufficient to > improve sequential read throughput by a factor of 5. > > Cc: Michael Schmitz > Cc: Joshua

Re: [PATCH -next] pinctrl: bcm2835: Fix build error without CONFIG_OF

2019-06-02 Thread Linus Walleij
On Tue, May 28, 2019 at 11:18 AM YueHaibing wrote: > drivers/pinctrl/bcm/pinctrl-bcm2835.c: In function > bcm2835_pctl_dt_node_to_map: > drivers/pinctrl/bcm/pinctrl-bcm2835.c:720:8: error: implicit declaration of > function pinconf_generic_dt_node_to_map_all; >

Re: [PATCH] binfmt_flat: make load_flat_shared_library() work

2019-06-02 Thread Sergei Poselenov
Hello Arnd, all, On Wed, 2019-05-29 at 14:05 +0200, Arnd Bergmann wrote: > On Tue, May 28, 2019 at 12:56 PM Greg Ungerer > wrote: > > On 27/5/19 11:38 pm, Jann Horn wrote: > > > On Sat, May 25, 2019 at 11:43 PM Andrew Morton > > > wrote: > > > > On Fri, 24 May 2019 22:18:17 +0200 Jann Horn > >

[PATCH] staging: rtl8188eu: remove ODM_PhyStatusQuery() wrapper

2019-06-02 Thread Michael Straube
Function ODM_PhyStatusQuery() is just a wrapper around ODM_PhyStatusQuery_92CSeries(). Rename ODM_PhyStatusQuery_92CSeries() to ODM_PhyStatusQuery() and remove the wrapper. Signed-off-by: Michael Straube --- drivers/staging/rtl8188eu/hal/odm_hwconfig.c | 15 +++ 1 file changed, 3

Sorry for the extra noise

2019-06-02 Thread Paul Walmsley
Sorry for the extra noise on the recent DT patch series posts. It seems my patch posting scripts malfunctioned. - Paul

[PATCH v3 1/5] arch: riscv: add support for building DTB files from DT source data

2019-06-02 Thread Paul Walmsley
Similar to ARM64, add support for building DTB files from DT source data for RISC-V boards. This patch starts with the infrastructure needed for SiFive boards. Boards from other vendors would add support here in a similar form. Signed-off-by: Paul Walmsley Signed-off-by: Paul Walmsley Cc:

[PATCH v3 4/5] riscv: dts: add initial support for the SiFive FU540-C000 SoC

2019-06-02 Thread Paul Walmsley
Add initial support for the SiFive FU540-C000 SoC. This is a 28nm SoC based around the SiFive U54-MC core complex and a TileLink interconnect. This file is expected to grow as more device drivers are added to the kernel. This patch includes a fix to the QSPI memory map due to a documentation

[PATCH v3 3/5] dt-bindings: riscv: convert cpu binding to json-schema

2019-06-02 Thread Paul Walmsley
At Rob's request, we're starting to migrate our DT binding documentation to json-schema YAML format. Start by converting our cpu binding documentation. While doing so, document more properties and nodes. This includes adding binding documentation support for the E51 and U54 CPU cores ("harts")

[PATCH v3 2/5] dt-bindings: riscv: sifive: add YAML documentation for the SiFive FU540

2019-06-02 Thread Paul Walmsley
Add YAML DT binding documentation for the SiFive FU540 SoC. This SoC is documented at: https://static.dev.sifive.com/FU540-C000-v1.0.pdf Passes dt-doc-validate, as of yaml-bindings commit 4c79d42e9216. This second version incorporates review feedback from Rob Herring . Signed-off-by: Paul

[PATCH v3 0/5] arch: riscv: add board and SoC DT file support

2019-06-02 Thread Paul Walmsley
Add support for building flattened DT files from DT source files under arch/riscv/boot/dts. Follow existing kernel precedent from other SoC architectures. Start our board support by adding initial support for the SiFive FU540 SoC and the first development board that uses it, the SiFive HiFive

[PATCH v3 5/5] riscv: dts: add initial board data for the SiFive HiFive Unleashed

2019-06-02 Thread Paul Walmsley
Add initial board data for the SiFive HiFive Unleashed A00. Currently the data populated in this DT file describes the board DRAM configuration and the external clock sources that supply the PRCI. This third version incorporates changes based on more comments from Rob Herring . Signed-off-by:

[PATCH 0/5] arch: riscv: add board and SoC DT file support

2019-06-02 Thread Paul Walmsley
Add support for building flattened DT files from DT source files under arch/riscv/boot/dts. Follow existing kernel precedent from other SoC architectures. Start our board support by adding initial support for the SiFive FU540 SoC and the first development board that uses it, the SiFive HiFive

[PATCH 1/5] arch: riscv: add support for building DTB files from DT source data

2019-06-02 Thread Paul Walmsley
Similar to ARM64, add support for building DTB files from DT source data for RISC-V boards. This patch starts with the infrastructure needed for SiFive boards. Boards from other vendors would add support here in a similar form. Signed-off-by: Paul Walmsley Signed-off-by: Paul Walmsley Cc:

[PATCH 0/5] arch: riscv: add board and SoC DT file support

2019-06-02 Thread Paul Walmsley
Add support for building flattened DT files from DT source files under arch/riscv/boot/dts. Follow existing kernel precedent from other SoC architectures. Start our board support by adding initial support for the SiFive FU540 SoC and the first development board that uses it, the SiFive HiFive

[PATCH 1/5] arch: riscv: add support for building DTB files from DT source data

2019-06-02 Thread Paul Walmsley
Similar to ARM64, add support for building DTB files from DT source data for RISC-V boards. This patch starts with the infrastructure needed for SiFive boards. Boards from other vendors would add support here in a similar form. Signed-off-by: Paul Walmsley Signed-off-by: Paul Walmsley Cc:

[PATCH 5/5] riscv: dts: add initial board data for the SiFive HiFive Unleashed

2019-06-02 Thread Paul Walmsley
Add initial board data for the SiFive HiFive Unleashed A00. Currently the data populated in this DT file describes the board DRAM configuration and the external clock sources that supply the PRCI. This third version incorporates changes based on more comments from Rob Herring . Signed-off-by:

[PATCH 3/5] dt-bindings: riscv: convert cpu binding to json-schema

2019-06-02 Thread Paul Walmsley
At Rob's request, we're starting to migrate our DT binding documentation to json-schema YAML format. Start by converting our cpu binding documentation. While doing so, document more properties and nodes. This includes adding binding documentation support for the E51 and U54 CPU cores ("harts")

[PATCH 4/5] riscv: dts: add initial support for the SiFive FU540-C000 SoC

2019-06-02 Thread Paul Walmsley
Add initial support for the SiFive FU540-C000 SoC. This is a 28nm SoC based around the SiFive U54-MC core complex and a TileLink interconnect. This file is expected to grow as more device drivers are added to the kernel. This patch includes a fix to the QSPI memory map due to a documentation

[PATCH 2/5] dt-bindings: riscv: sifive: add YAML documentation for the SiFive FU540

2019-06-02 Thread Paul Walmsley
Add YAML DT binding documentation for the SiFive FU540 SoC. This SoC is documented at: https://static.dev.sifive.com/FU540-C000-v1.0.pdf Passes dt-doc-validate, as of yaml-bindings commit 4c79d42e9216. This second version incorporates review feedback from Rob Herring . Signed-off-by: Paul

RE: [PATCH net-next] qed: Fix build error without CONFIG_DEVLINK

2019-06-02 Thread Michal Kalderon
> From: netdev-ow...@vger.kernel.org > On Behalf Of YueHaibing > > Fix gcc build error while CONFIG_DEVLINK is not set > > drivers/net/ethernet/qlogic/qed/qed_main.o: In function `qed_remove': > qed_main.c:(.text+0x1eb4): undefined reference to `devlink_unregister' > > Select DEVLINK to fix

RE: [RFC PATCH 0/9] security: x86/sgx: SGX vs. LSM

2019-06-02 Thread Xing, Cedric
Hi Sean, > From: Christopherson, Sean J > Sent: Friday, May 31, 2019 4:32 PM > > This series is the result of a rather absurd amount of discussion over how to > get SGX to play > nice with LSM policies, without having to resort to evil shenanigans or put > undue burden on > userspace. The

[GIT PULL] SPDX update for 5.2-rc3 - round 2

2019-06-02 Thread Greg KH
The following changes since commit 2f4c53349961c8ca480193e47da4d44fdb8335a8: Merge tag 'spdx-5.2-rc3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core (2019-05-31 08:34:32 -0700) are available in the Git repository at:

Re: [PATCHv3 00/12] perf tools: Display eBPF code in intel_pt trace

2019-06-02 Thread Leo Yan
On Fri, May 31, 2019 at 11:19:44AM +0200, Jiri Olsa wrote: > On Thu, May 30, 2019 at 10:05:10PM +0800, Leo Yan wrote: > > Hi Arnaldo, > > > > On Thu, May 30, 2019 at 10:36:45AM -0300, Arnaldo Carvalho de Melo wrote: > > > > [...] > > > > > One other way of testing this: > > > > > > I used perf

Re: [RFC 2/6] ipv4: add lockdep condition to fix for_each_entry

2019-06-02 Thread Pavel Machek
On Sat 2019-06-01 18:27:34, Joel Fernandes (Google) wrote: > Signed-off-by: Joel Fernandes (Google) This really needs to be merged to previous patch, you can't break compilation in middle of series... Or probably you need hlist_for_each_entry_rcu_lockdep() macro with additional argument, and

[PULL REQUEST] i2c for 5.2

2019-06-02 Thread Wolfram Sang
Linus, I2C has for you a memleak fix for the core, two driver bugfixes, as well as fixing missing file patterns to MAINTAINERS. Please pull. Thanks, Wolfram The following changes since commit cd6c84d8f0cdc911df435bb075ba22ce3c605b07: Linux 5.2-rc2 (2019-05-26 16:49:19 -0700) are

Re: [PATCH 0/8] staging: rtl8712: Fixed CamelCase in struct _adapter from drv_types.h

2019-06-02 Thread Greg KH
On Sun, Jun 02, 2019 at 12:13:34AM +0530, Deepak Mishra wrote: > This patchset fixes CamelCase checks in struct _adapter in drv_types.h > and in files where struct _adapter is used by renaming the variables > without camel case. > > These check were reported by checkpatch.pl > > Deepak Mishra

<    1   2   3