On Fri, 12 Oct 2007 21:40:43 +0200
Pongracz Istvan <[EMAIL PROTECTED]> wrote:

> 2007. 10. 12, péntek keltezéssel 13.41-kor Dan Farrell ezt írta:
> > On Fri, 12 Oct 2007 19:49:14 +0200
> > Pongracz Istvan <[EMAIL PROTECTED]> wrote:
> > 
> > > 2007. 10. 12, péntek keltezéssel 12.04-kor Dan Farrell ezt írta:
> > > > On Fri, 12 Oct 2007 12:01:04 -0500
> > > > "Karl Haines" <[EMAIL PROTECTED]> wrote:
> > > > 
> > > > > unsubscrube
> > > > > 
> > > > goodbye
> > > 
> > > I was tired this evening (here) but this mail give me some
> > > power :) I like this :)
> > > 
> > > Cheers,
> > > István
> > > 
> > i am glad to hear the amusement ;)
> 
> One time I read the linux kernel code, for some reasons.
> I found a similar if-then section several years ago, I do not remember
> exactly:
> 
> if something == 1 then ok;
> if something == 2 then ok;
> if something == 3 then ok;
> if something == 4 this is sucks;
> 
> :)
> 
> István

Some selections from http://kerneltrap.org/node/542


# egrep -ir "(on fire)" *
drivers/usb/printer.c:static char *usblp_messages[] = { "ok", "out of
paper", "off-line", "on fire" };

# drivers/net/sunhme.c 

static void happy_meal_tcvr_write(struct happy_meal *hp,
                                  unsigned long tregs, int reg,
                                  unsigned short value)
{
        int tries = TCVR_WRITE_TRIES;

        ASD(("happy_meal_tcvr_write: reg=0x%02x value=%04xn", reg,
value));

        /* Welcome to Sun Microsystems, can I take your order please? */
        if (!hp->happy_flags & HFLAG_FENABLE)
                return happy_meal_bb_write(hp, tregs, reg, value);

        /* Would you like fries with that? */
        hme_write32(hp, tregs + TCVR_FRAME,
                    (FRAME_WRITE | (hp->paddr 





--
[EMAIL PROTECTED] mailing list

Reply via email to