Devicetree
 help / color / mirror / Atom feed
From: Julia Lawall <julia.lawall@lip6.fr>
To: "jeffrey.lin" <yajohn@gmail.com>
Cc: kbuild-all@01.org, dmitry.torokhov@gmail.com,
	rydberg@euromail.se, grant.likely@linaro.org, robh+dt@kernel.org,
	jeesw@melfas.com, bleung@chromium.org, scott.liu@emc.com.tw,
	jeffrey.lin@rad-ic.com, roger.yang@rad-ic.com, KP.li@rad-ic.com,
	linux-kernel@vger.kernel.org, linux-input@vger.kernel.org,
	devicetree@vger.kernel.org
Subject: Re: [PATCH] driver: input :touchscreen : add Raydium I2C touch driver file
Date: Fri, 26 Feb 2016 09:52:47 +0100 (CET)	[thread overview]
Message-ID: <alpine.DEB.2.10.1602260951390.2614@hadrien> (raw)
In-Reply-To: <201602261633.y2ggBswA%fengguang.wu@intel.com>

Please adjust the indentation.

julia

On Fri, 26 Feb 2016, kbuild test robot wrote:

> Hi jeffrey.lin,
>
> [auto build test WARNING on input/next]
> [also build test WARNING on v4.5-rc5 next-20160226]
> [if your patch is applied to the wrong git tree, please drop us a note to help improving the system]
>
> url:    https://github.com/0day-ci/linux/commits/jeffrey-lin/driver-input-touchscreen-add-Raydium-I2C-touch-driver-file/20160226-152542
> base:   https://git.kernel.org/pub/scm/linux/kernel/git/dtor/input.git next
> :::::: branch date: 64 minutes ago
> :::::: commit date: 64 minutes ago
>
> >> drivers/input/touchscreen/raydium_i2c_ts.c:536:3-12: code aligned with following code on line 538
>
> git remote add linux-review https://github.com/0day-ci/linux
> git remote update linux-review
> git checkout 18ddd28567d08b114b576e801475d6d7209f76f5
> vim +536 drivers/input/touchscreen/raydium_i2c_ts.c
>
> 18ddd285 jeffrey.lin 2016-02-26  530
> 18ddd285 jeffrey.lin 2016-02-26  531  		input_mt_slot(ts->input, i);
> 18ddd285 jeffrey.lin 2016-02-26  532  		input_mt_report_slot_state(ts->input,
> 18ddd285 jeffrey.lin 2016-02-26  533  				MT_TOOL_FINGER, f_state != 0);
> 18ddd285 jeffrey.lin 2016-02-26  534
> 18ddd285 jeffrey.lin 2016-02-26  535  		if (!f_state)
> 18ddd285 jeffrey.lin 2016-02-26 @536  			continue;
> 18ddd285 jeffrey.lin 2016-02-26  537
> 18ddd285 jeffrey.lin 2016-02-26 @538  			x = (data->x_pos_msb << 8) | (data->x_pos_lsb);
> 18ddd285 jeffrey.lin 2016-02-26  539  			y = (data->y_pos_msb << 8) | (data->y_pos_lsb);
> 18ddd285 jeffrey.lin 2016-02-26  540
> 18ddd285 jeffrey.lin 2016-02-26  541  			input_report_key(ts->input,
>
> ---
> 0-DAY kernel test infrastructure                Open Source Technology Center
> https://lists.01.org/pipermail/kbuild-all                   Intel Corporation
>

       reply	other threads:[~2016-02-26  8:52 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <201602261633.y2ggBswA%fengguang.wu@intel.com>
2016-02-26  8:52 ` Julia Lawall [this message]
2016-02-26  9:24   ` [PATCH] driver: input :touchscreen : add Raydium I2C touch driver file Jeffrey Lin (林義章)
2016-02-26  7:23 jeffrey.lin

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=alpine.DEB.2.10.1602260951390.2614@hadrien \
    --to=julia.lawall@lip6.fr \
    --cc=KP.li@rad-ic.com \
    --cc=bleung@chromium.org \
    --cc=devicetree@vger.kernel.org \
    --cc=dmitry.torokhov@gmail.com \
    --cc=grant.likely@linaro.org \
    --cc=jeesw@melfas.com \
    --cc=jeffrey.lin@rad-ic.com \
    --cc=kbuild-all@01.org \
    --cc=linux-input@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=robh+dt@kernel.org \
    --cc=roger.yang@rad-ic.com \
    --cc=rydberg@euromail.se \
    --cc=scott.liu@emc.com.tw \
    --cc=yajohn@gmail.com \
    /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