From: Greg KH <greg@kroah.com>
To: Kamalesh Babulal <kamalesh@linux.vnet.ibm.com>
Cc: Stephen Rothwell <sfr@canb.auug.org.au>,
linux-next@vger.kernel.org, LKML <linux-kernel@vger.kernel.org>,
linux390@de.ibm.com, apw@shadowen.org
Subject: Re: [PATCH] linux-next: Tree for May 29 - build failure s390x -typo in ccw_timeout_log()
Date: Thu, 29 May 2008 12:06:06 -0700 [thread overview]
Message-ID: <20080529190606.GE22414@kroah.com> (raw)
In-Reply-To: <20080529182824.GA11679@linux.vnet.ibm.com>
On Thu, May 29, 2008 at 11:58:24PM +0530, Kamalesh Babulal wrote:
> Hi Stephen,
>
> The next-20080529 kernel build fails on the s390x, with the error
>
> drivers/s390/cio/device_fsm.c: In function `ccw_timeout_log':
> drivers/s390/cio/device_fsm.c:55: error: syntax error before ';' token
> drivers/s390/cio/device_fsm.c:56: error: syntax error before ';' token
> make[2]: *** [drivers/s390/cio/device_fsm.o] Error 1
> make[1]: *** [drivers/s390/cio] Error 2
> make: *** [drivers/s390] Error 2
>
> Signed-off-by: Kamalesh Babulal <kamalesh@linux.vnet.ibm.com>
> --
> --- linux-2.6.26-rc4/drivers/s390/cio/device_fsm.c 2008-05-29 23:24:32.000000000 +0530
> +++ linux-2.6.26-rc4/drivers/s390/cio/~device_fsm.c 2008-05-29 23:29:42.000000000 +0530
> @@ -52,8 +52,8 @@ static void ccw_timeout_log(struct ccw_d
> printk(KERN_WARNING "cio: orb:\n");
> print_hex_dump(KERN_WARNING, "cio: ", DUMP_PREFIX_NONE, 16, 1,
> orb, sizeof(*orb), 0);
> - printk(KERN_WARNING "cio: ccw device bus id: %s\n", dev_name(&cdev->dev);
> - printk(KERN_WARNING "cio: subchannel bus id: %s\n", dev_name(&sch->dev);
> + printk(KERN_WARNING "cio: ccw device bus id: %s\n", dev_name(&cdev->dev));
> + printk(KERN_WARNING "cio: subchannel bus id: %s\n", dev_name(&sch->dev));
> printk(KERN_WARNING "cio: subchannel lpm: %02x, opm: %02x, "
> "vpm: %02x\n", sch->lpm, sch->opm, sch->vpm);
Already fixed in my tree, sorry about this.
greg k-h
next prev parent reply other threads:[~2008-05-29 19:19 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-05-29 8:25 linux-next: Tree for May 29 Stephen Rothwell
2008-05-29 16:44 ` Randy Dunlap
2008-05-29 16:56 ` [PATCH linux-next] serio: add ifdef for i8042 build fix Randy Dunlap
2008-05-29 18:46 ` Dmitry Torokhov
2008-05-29 19:17 ` Randy Dunlap
2008-06-02 8:44 ` Jiri Kosina
2008-05-29 18:28 ` [PATCH] linux-next: Tree for May 29 - build failure s390x -typo in ccw_timeout_log() Kamalesh Babulal
2008-05-29 19:06 ` Greg KH [this message]
2008-05-29 20:21 ` [BUG] linux-next: Tree for May 29 - WARNING: at kernel/lockdep.c:2680 Kamalesh Babulal
2008-05-29 20:21 ` Kamalesh Babulal
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20080529190606.GE22414@kroah.com \
--to=greg@kroah.com \
--cc=apw@shadowen.org \
--cc=kamalesh@linux.vnet.ibm.com \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-next@vger.kernel.org \
--cc=linux390@de.ibm.com \
--cc=sfr@canb.auug.org.au \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.