Hi,
I'm brand new to kernel dev and after going through Kernel Newbies
am trying to find a good first patch to work.
I just wanted to know if the TODO files, mentioned in the subject, are
up-to-date. If not, would you have any suggestions on where to find
a good first patch to work on?
Thanks so
Great, thanks so much for the quick reply!
Ray
On Mon, Aug 27, 2018 at 2:34 PM Greg Kroah-Hartman wrote:
>
> On Mon, Aug 27, 2018 at 02:26:48PM -0400, Ray Clinton wrote:
> > Hi,
> >
> > I'm brand new to kernel dev and after going through Kernel Newbies
> > a
his is my first actual try at one and
thought I
might start out small (and I don't think you can get smaller than a single
character change). Any and all advice (about this patch, email, or
anything else) is very welcome.
Thanks so much!
Ray
Signed-off-by: Ray Clinton
---
drivers/staging/and
On Thu, Aug 23, 2018 at 7:44 PM Paul E. McKenney
wrote:
> Does anyone do kernel-only deployments, for example, setting up an
> embedded device having a Linux kernel and absolutely no userspace
> whatsoever?
To be honest I'm a total newb to kernel dev, so much so that I copied and
pasted the above
ff-by: Ray Clinton
---
drivers/staging/comedi/drivers/ni_labpc_common.c | 8
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/drivers/staging/comedi/drivers/ni_labpc_common.c
b/drivers/staging/comedi/drivers/ni_labpc_common.c
index 7fa2d39..0fad809 100644
--- a/drivers/staging/c
Using checkpatch.pl I was able to find a multiline dereference which goes
again the coding style for the kernel. I'm still working on my email client so
the indentation looks bad here (in gmail) but the arguments for
ni_tio_set_mite_channel should go just under the opening (
Signed-off-by
ff-by: Ray Clinton
---
drivers/staging/comedi/drivers/rtd520.c | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/drivers/staging/comedi/drivers/rtd520.c
b/drivers/staging/comedi/drivers/rtd520.c
index bb400e0..b53bf5d 100644
--- a/drivers/staging/comedi/drivers/rtd520.c
ff-by: Ray Clinton
---
drivers/staging/comedi/drivers/dt3000.c | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/drivers/staging/comedi/drivers/dt3000.c
b/drivers/staging/comedi/drivers/dt3000.c
index 2edf3ee..6bc5c86 100644
--- a/drivers/staging/comedi/drivers/dt3000.c
Hi,
I've been working on the correcting the checkpatch.pl failures found in
staging/drivers/staging/comedi of 4.18.0 and have a few patches to submit
for review.
The files that I changed are:
drivers/dt3000.c
drivers/ni_labpc_common.c
drivers/ni_mio_common.c
drivers/dt3000.c
While there were a
9 matches
Mail list logo