On Tue, Oct 24, 2017 at 11:36:48AM -0700, Arve Hjønnevåg wrote:
> On Tue, Oct 24, 2017 at 12:28 AM, Greg Kroah-Hartman
> wrote:
> > On Mon, Oct 23, 2017 at 11:18:52AM -0700, Arve Hjønnevåg wrote:
> >> On Sat, Oct 21, 2017 at 1:15 AM, Greg Kroah-Hartman
> >> wrote:
> >> > On Fri, Oct 20, 2017 at 0
On Tue, Oct 24, 2017 at 11:52:58PM -0700, Stephen Brennan wrote:
> Hi Gilad & Tobin,
>
> > > Perhaps, if Stephen is willing, re-write the code to be more readable
> > > by, for example, using a temp
> > > variable for the register address, and in doing so both making the
> > > code more readable a
On Tue, Oct 24, 2017 at 07:39:02PM +0200, Christian Gromm wrote:
> On Fri, 20 Oct 2017 16:56:10 +0200
> Greg KH wrote:
>
> > On Fri, Oct 20, 2017 at 04:20:33PM +0200, Christian Gromm wrote:
> > > On 18.10.2017 16:29, Greg KH wrote:
> > > > On Wed, Oct 18, 2017 at 04:02:33PM +0200, Christian Gromm
On Wed, 25 Oct 2017 14:22:58 +0200
Greg KH wrote:
> On Tue, Oct 24, 2017 at 07:39:02PM +0200, Christian Gromm wrote:
> > On Fri, 20 Oct 2017 16:56:10 +0200
> > Greg KH wrote:
> >
> > > On Fri, Oct 20, 2017 at 04:20:33PM +0200, Christian Gromm wrote:
> > > > On 18.10.2017 16:29, Greg KH wrote:
>
Fix checkpatch.pl error:
ERROR: space prohibited before open square bracket '['.
Signed-off-by: Arvind Yadav
---
drivers/staging/rtl8723bs/os_dep/rtw_proc.c | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/drivers/staging/rtl8723bs/os_dep/rtw_proc.c
b/drivers/staging/rt
On 10/24/2017 08:24 AM, txt.file wrote:
Hey Linux wireless list,
A while ago I bought an ALFA Network AWUS036AC[0] which does not yet
seem to be supported in Linux mainline. I would like to get it supported.
The problem is that I have not that much experience doing software
development.
kind r
From: Michael Kelley
hv_is_hypercall_page_setup() is used to check if Hyper-V is
initialized, but a 'hypercall page' is an x86 implementation detail
that isn't necessarily present on other architectures. Rename to the
architecture independent hv_is_hyperv_initialized(). Use this function
instead