public inbox for kernel-janitors@vger.kernel.org
 help / color / mirror / Atom feed
From: Fengguang Wu <fengguang.wu@intel.com>
To: kernel-janitors@vger.kernel.org
Subject: arch/mn10300/kernel/process.c:231:43: error: expected ')' before ';' token
Date: Sun, 30 Sep 2012 05:54:08 +0000	[thread overview]
Message-ID: <20120930055408.GA32054@localhost> (raw)


Hi Al,

FYI, kernel build failed on

commit: cc615ab mn10300: convert to generic kernel_thread()
config: mn10300-asb2364_defconfig

All error/warnings:

arch/mn10300/kernel/process.c: In function 'copy_thread':
arch/mn10300/kernel/process.c:231:43: error: expected ')' before ';' token
arch/mn10300/kernel/process.c:238:2: error: expected ';' before '}' token

vim +231 arch/mn10300/kernel/process.c

cc615abc (Al Viro       2012-09-22  230) 	if (unlikely(!kregs)) {
cc615abc (Al Viro       2012-09-22 @231) 		memset(c_regs, 0, sizeof(struct pt_regs);
cc615abc (Al Viro       2012-09-22  232) 		c_regs->a0 = c_usp; /* function */
cc615abc (Al Viro       2012-09-22  233) 		c_regs->d0 = ustk_size; /* argument */
cc615abc (Al Viro       2012-09-22  234) 		local_save_flags(c_regs->epsw);
cc615abc (Al Viro       2012-09-22  235) 		c_regs->epsw |= EPSW_IE | EPSW_IM_7;
cc615abc (Al Viro       2012-09-22  236) 		p->thread.pc	= (unsigned long) ret_from_kernel_thread;
cc615abc (Al Viro       2012-09-22  237) 		return 0;
cc615abc (Al Viro       2012-09-22  238) 	}
db6d428d (Al Viro       2012-09-19  239) 	*c_regs = *kregs;

---
0-DAY kernel build testing backend         Open Source Technology Centre
Fengguang Wu, Yuanhan Liu                              Intel Corporation

                 reply	other threads:[~2012-09-30  5:54 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=20120930055408.GA32054@localhost \
    --to=fengguang.wu@intel.com \
    --cc=kernel-janitors@vger.kernel.org \
    /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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox