> From: David Miller [mailto:da...@davemloft.net]
> Sent: Saturday, May 7, 2016 1:04
> To: Dexuan Cui
> Cc: gre...@linuxfoundation.org; net...@vger.kernel.org; linux-
> ker...@vger.kernel.org; de...@linuxdriverproject.org; o...@aepfle.de;
> a...@canonical.com; jasow...@redhat.com; cav...@redhat.co
Fixes issues with the coding style checks.
Signed-off-by: Thimo Braker
---
drivers/staging/android/timed_gpio.c | 36 +-
drivers/staging/android/timed_gpio.h | 8
drivers/staging/android/timed_output.c | 16 +++
3 files changed, 30 insert
On Sat, May 07, 2016 at 10:56:37AM -0500, Thimo Braker wrote:
> Fixes issues with the coding style checks.
What issues? Always be specific, and describe what you are doing. Also
don't put more than one "thing" in a single patch (hint, "coding style
cleanups" are not one thing.)
>
> Signed-off-
From: Dexuan Cui
Date: Sat, 7 May 2016 10:49:25 +
> I should be able to make 'send', 'recv' here to pointers and use vmalloc()
> to allocate the memory for them. I will do this.
That's still unswappable kernel memory.
People can open N sockets, where N is something on the order of the FD
l
The following changes since commit bf16200689118d19de1b8d2a3c314fc21f5dc7bb:
Linux 4.6-rc3 (2016-04-10 17:58:30 -0700)
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging.git/
tags/staging-4.6-rc7
for you to fetch changes up to 2b86c4a84377b
Thanks for the reply.
Will give that a check. :)
Got pointed to torvalds/linux-2.6 by some other guy.
Will have a look in the other repo.
Also, would you rather have me send a patch for every type (eg tabbing
fix, capital fix, spelling fix, 80-char fix, etc)? (Just to be sure I
properly underst
A: No.
Q: Should I include quotations after my reply?
http://daringfireball.net/2007/07/on_top
On Sat, May 07, 2016 at 08:05:22PM +0200, Thimo Braker wrote:
> Thanks for the reply.
> Will give that a check. :)
> Got pointed to torvalds/linux-2.6 by some other guy.
>
> Will have a look in the ot
Fixes a checkpatch.pl warning about 'do not add new typedefs'
Signed-off-by: Thimo Braker
---
drivers/staging/android/uapi/ion.h | 8 +++-
1 file changed, 3 insertions(+), 5 deletions(-)
diff --git a/drivers/staging/android/uapi/ion.h
b/drivers/staging/android/uapi/ion.h
index 0a8e40f..77a
Q: Should I include quotations after my reply?
Sorry about that, will do.
Look at the patches sent the driverdevel mailing list for examples of this.
Just subscribed to that mailing list, will keep an eye out for proper patch
mails.
Thanks,
Thimo B.
__
Fixes indentation before variable names.
Signed-off-by: Thimo Braker
---
drivers/staging/android/uapi/ion.h | 8
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/drivers/staging/android/uapi/ion.h
b/drivers/staging/android/uapi/ion.h
index 77a46f0..ddb8174 100644
--- a/dri
fixed checkpatch.pl warning about 'Prefer 'unsigned int' to bare use of
'unsigned'
Signed-off-by: Shyam Saini
---
drivers/staging/emxx_udc/emxx_udc.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/drivers/staging/emxx_udc/emxx_udc.c
b/drivers/staging/emxx_udc/emxx_udc.c
Fix checkpatch issues: "CHECK: Alignment should match open parenthesis"
Signed-off-by: Bruno Carvalho
---
drivers/staging/gdm724x/gdm_mux.c | 5 +++--
drivers/staging/gdm724x/netlink_k.c | 3 ++-
2 files changed, 5 insertions(+), 3 deletions(-)
diff --git a/drivers/staging/gdm724x/gdm_mux.c
Fix checkpatch issues: "CHECK: Avoid CamelCase"
Signed-off-by: Bruno Carvalho
---
drivers/staging/gdm724x/gdm_usb.c| 6 +++---
drivers/staging/gdm724x/hci_packet.h | 2 +-
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/drivers/staging/gdm724x/gdm_usb.c
b/drivers/staging/gdm
On Sat, May 07, 2016 at 03:22:03PM -0500, Thimo Braker wrote:
> Fixes a checkpatch.pl warning about 'do not add new typedefs'
>
> Signed-off-by: Thimo Braker
> ---
> drivers/staging/android/uapi/ion.h | 8 +++-
> 1 file changed, 3 insertions(+), 5 deletions(-)
>
> diff --git a/drivers/stagi
On Sat, May 07, 2016 at 03:33:04PM -0500, Thimo Braker wrote:
> Fixes indentation before variable names.
>
> Signed-off-by: Thimo Braker
> ---
> drivers/staging/android/uapi/ion.h | 8
> 1 file changed, 4 insertions(+), 4 deletions(-)
>
> diff --git a/drivers/staging/android/uapi/ion.h
- alloc_tty_driver() is deprecated. So it is replaced by tty_alloc_driver()
Signed-off-by: Bruno Carvalho
---
drivers/staging/gdm724x/gdm_tty.c | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/drivers/staging/gdm724x/gdm_tty.c
b/drivers/staging/gdm724x/gdm_tty.c
index eb7e
> From: David Miller [mailto:da...@davemloft.net]
> Sent: Sunday, May 8, 2016 1:41
> To: Dexuan Cui
> Cc: gre...@linuxfoundation.org; net...@vger.kernel.org; linux-
> ker...@vger.kernel.org; de...@linuxdriverproject.org; o...@aepfle.de;
> a...@canonical.com; jasow...@redhat.com; cav...@redhat.com;
17 matches
Mail list logo