Re: [PATCH 2/2] input: gt801_2plus1 - Add initial support for Goodix GT801 2+1

From: Priit Laes
Date: Mon Dec 07 2015 - 04:10:33 EST


On Mon, 2015-12-07 at 09:34 +0100, Julia Lawall wrote:
> It looks like braces may be mising. Please check.

Thanks, nice catch!

It's actually messed up indenting. Code works as intended.
>
> julia
>
> On Mon, 7 Dec 2015, kbuild test robot wrote:
>
> > Hi Priit,
> >
> > [auto build test WARNING on mripard/sunxi/for-next]
> > [also build test WARNING on next-20151203]
> > [cannot apply to input/next v4.4-rc4]
> >
> > url:ÂÂÂ https://github.com/0day-ci/linux/commits/Priit-Laes/input-D
> river-for-Goodix-GT801-2-1-touchscreen/20151207-152831
> > base:ÂÂ https://git.kernel.org/pub/scm/linux/kernel/git/mripard/lin
> ux.gitÂsunxi/for-next
> > :::::: branch date: 46 minutes ago
> > :::::: commit date: 46 minutes ago
> >
> > >> drivers/input/touchscreen/gt801_2plus1.c:119:3-30: code aligned
> with following code on line 120
> >
> > git remote add linux-review https://github.com/0day-ci/linux
> > git remote update linux-review
> > git checkout d66df313f96e04572821e49cada65cb5c1bea9e2
> > vim +119 drivers/input/touchscreen/gt801_2plus1.c
> >
> > d66df313 Priit Laes 2015-12-07Â 113ÂÂÂÂÂÂÂÂÂÂÂreturn;
> > d66df313 Priit Laes 2015-12-07Â 114Â
> > d66df313 Priit Laes 2015-12-07Â 115ÂÂÂ/* Build touch map */
> > d66df313 Priit Laes 2015-12-07Â 116ÂÂÂtouch_num = 0;
> > d66df313 Priit Laes 2015-12-07Â 117ÂÂÂfor (i = 0; (touch_raw != 0)
> && (i < ts->max_touch_num); i++) {
> > d66df313 Priit Laes 2015-12-07Â 118ÂÂÂÂÂÂÂÂÂÂÂif (touch_raw & 1)
> > d66df313 Priit Laes 2015-12-07
> @119ÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂtouch_map[touch_num++] = i;
> > d66df313 Priit Laes 2015-12-07 @120ÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂtouch_raw >>=
> 1;
> > d66df313 Priit Laes 2015-12-07Â 121ÂÂÂ}
> > d66df313 Priit Laes 2015-12-07Â 122Â
> > d66df313 Priit Laes 2015-12-07Â 123ÂÂÂ/* Calculate checksum */
> >
> > ---
> > 0-DAY kernel test infrastructureÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂ Open Source
> Technology Center
> > https://lists.01.org/pipermail/kbuild-allÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂ;; Intel
> Corporation
> >
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/