From mboxrd@z Thu Jan 1 00:00:00 1970 From: xerofoify@gmail.com (Nick Krause) Date: Thu, 14 Aug 2014 18:12:18 -0400 Subject: [PATCH] usb: Fix switch statement in ohci-tmio.c In-Reply-To: <19546.1408052311@turing-police.cc.vt.edu> References: <1408039556-23622-1-git-send-email-xerofoify@gmail.com> <17204.1408049506@turing-police.cc.vt.edu> <19546.1408052311@turing-police.cc.vt.edu> Message-ID: To: kernelnewbies@lists.kernelnewbies.org List-Id: kernelnewbies.lists.kernelnewbies.org On Thu, Aug 14, 2014 at 5:38 PM, wrote: > On Thu, 14 Aug 2014 17:13:28 -0400, Nick Krause said: >> I am learned C. Perhaps I am a little rusty and need to review. > > We've seen very little evidence that you *ever* really understood C > at all, and you're *far* from "a little rusty". It's been some 23 > years since I've hacked any code in IBM's Pascal/VS, and 29 since I > had to do maintenance work on PL/I code, and I *still* remember more > of those than you remember of C. (I'll admit that my mad Snobol4 skilz > have pretty much evaporated, though ;) > > http://en.wikipedia.org/wiki/Dunning%E2%80%93Kruger_effect I learned C like two years ago and never really practiced it that much to be honest. In addition I will come back in the future about I have read The C Programming Language. Cheers Nick