Re: Eudyptula challenge

2015-03-25 Thread Jonathan Jin
the way, don't top-post. See: http://kernelnewbies.org/mailinglistguidelines Best of luck. -- Jonathan Jin http://jjin.me ___ Kernelnewbies mailing list Kernelnewbies@kernelnewbies.org http://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies

Re: Eudyptula challenge task 6 reply

2015-03-15 Thread Jonathan Jin
Vinícius Tinti writes: > On Thu, Feb 26, 2015 at 9:41 PM, Vinícius Tinti > wrote: > > Still stuck on Task 6 :( > > How about you guys? > Ditto here. -- Jonathan Jin http://jjin.me ___ Kernelnewbies mailing list Kernelnewbies@k

Re: I am new here

2015-03-12 Thread Jonathan Jin
t of manual work involved on Little's part, wait times can at times be very long. Case in point, I've been waiting for a response to my submission to Challenge 6 since mid-January. -- Jonathan Jin jjin.me github.com/jinnovation linkedin.com/in/jonathanjin ___

Re: I am new here

2015-03-12 Thread Jonathan Jin
http://kernelnewbies.org/mailinglistguidelines. -- Jonathan Jin jjin.me github.com/jinnovation linkedin.com/in/jonathanjin ___ Kernelnewbies mailing list Kernelnewbies@kernelnewbies.org http://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies

Re: Eudyptula challenge task 6 reply

2015-02-26 Thread Jonathan Jin
ies.org/mailman/listinfo/kernelnewbies > > > > > > -- > Jonh Wendell > http://www.bani.com.br > ___ > Kernelnewbies mailing list > Kernelnewbies@kernelnewbies.org > http://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies -- Jonathan Jin jjin.me github.com/jinnovation linkedin.com/in/jonathanjin ___ Kernelnewbies mailing list Kernelnewbies@kernelnewbies.org http://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies

Re: Eudyptula challenge task 6 reply

2015-02-26 Thread Jonathan Jin
s ignoring the reply. > > Regards > Harsh Jain > ___ > Kernelnewbies mailing list > Kernelnewbies@kernelnewbies.org > http://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies -- Jonathan Jin jjin.me github.com/jinnovation linkedin.com/in/jonathanjin

Re: Eudyptula Challenge response submission

2015-01-31 Thread Jonathan Jin
through the Challenge, so do listen to everything I say with the requisite grains of salt; hopefully more experienced members of the mailing list can chime in as well. But I personally believe that adopting this sort of self-critical mindset towards your work will pay huge divide

Re: Eudyptula Challenge response submission

2015-01-31 Thread Jonathan Jin
and get as many voices involved as possible. That said, in terms of proof, Little leaves it, to my understanding, very much up to your personal judgment. Maybe you could consider attaching some form of logging output to your submission email? -- Jonathan Jin jjin

Re: Eudyptula Challenge response submission

2015-01-31 Thread Jonathan Jin
On Sat, Jan 31, 2015 at 07:39:00PM +0530, Alisha Jain wrote: > But I am stuck on how to send my response through mail. I am trying it > from last two days, but didn't succeed. I am using Alpine web-client. Here, this link should help: http://kernelnewbies.org/FirstKernelPatch -- J

Re: New member

2015-01-25 Thread Jonathan Jin
p out of the blue and asking something along the lines of "can someone help me get started" comes off sounding dangeorously close to asking to be spoon-fed -- not a good impression to make, especially a first one. -- Jonathan Jin jjin.me ___ Kerne

Re: Kernelnewbies Digest, Vol 49, Issue 30

2014-12-16 Thread Jonathan Jin
t; task 1,2,3 etc.. from others' submissions so on and so forth. Agreed. I think it'd be possible to at the very least crowdsource the earlier tasks. For instance, task 1 is basically trivial to check for correctness. -- Jonathan Jin jjin.me __

Re: [eudyptula] has anyone received a gift after completing the challenge ?

2014-12-15 Thread Jonathan Jin
Honestly, I personally wish that Little would at the very least publicly publish the list of tasks. This would allow us to, while waiting for responses, read ahead and see what we'll be working on next -- maybe even get a head-start on the next tasks. -- Jonathan Jin jj

Re: [PATCH v2 0/2] ATM: HE: Cleanup coding style

2014-12-15 Thread Jonathan Jin
" patch to the staging tree. I'll be looking into that soon; stay tuned. And thanks again. -- Jonathan Jin jjin.me ___ Kernelnewbies mailing list Kernelnewbies@kernelnewbies.org http://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies

[PATCH v2 2/2] ATM: HE: Cleanup coding style (struct braces)

2014-12-15 Thread Jonathan Jin
Address checkpatch.pl complaints regarding proper struct brace placement Signed-off-by: Jonathan Jin --- drivers/atm/he.h | 9 +++-- 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/drivers/atm/he.h b/drivers/atm/he.h index 160a315..a9750c6 100644 --- a/drivers/atm/he.h +++ b

[PATCH v2 1/2] ATM: HE: Cleanup coding style (whitespace)

2014-12-15 Thread Jonathan Jin
Address checkpatch.pl complaints regarding trailing whitespace Signed-off-by: Jonathan Jin --- drivers/atm/he.h | 16 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/drivers/atm/he.h b/drivers/atm/he.h index 110a27d..160a315 100644 --- a/drivers/atm/he.h +++ b

[PATCH v2 0/2] ATM: HE: Cleanup coding style

2014-12-15 Thread Jonathan Jin
d by checkpatch: ERROR: trailing whitespace ERROR: open brace '{' following struct go on the same line Jonathan Jin (2): ATM: HE: Cleanup coding style (whitespace) ATM: HE: Cleanup coding style (struct braces) drivers/atm/he.h | 25 +++-- 1 file chan

Re: [PATCH] ATM: HE: Cleanup coding style

2014-12-14 Thread Jonathan Jin
On Sun, Dec 14, 2014 at 07:36:23PM -0600, Jonathan Jin wrote: > This patch cleans up the following coding style issues that are detected by > checkpatch: > ERROR: trailing whitespace > ERROR: open brace '{' following struct go on the same line > >

[PATCH] ATM: HE: Cleanup coding style

2014-12-14 Thread Jonathan Jin
This patch cleans up the following coding style issues that are detected by checkpatch: ERROR: trailing whitespace ERROR: open brace '{' following struct go on the same line Signed-off-by: Jonathan Jin --- drivers/atm/he.h | 25 +++-- 1 file c