[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <4E3299BF.6030707@st.com>
Date: Fri, 29 Jul 2011 17:00:07 +0530
From: viresh kumar <viresh.kumar@...com>
To: Russell King - ARM Linux <linux@....linux.org.uk>
Cc: "linus.walleij@...aro.org" <linus.walleij@...aro.org>,
"vinod.koul@...el.com" <vinod.koul@...el.com>,
"dan.j.williams@...el.com" <dan.j.williams@...el.com>,
"linux-kernel@...r.kernel.org" <linux-kernel@...r.kernel.org>,
"linux-arm-kernel@...ts.infradead.org"
<linux-arm-kernel@...ts.infradead.org>,
Armando VISCONTI <armando.visconti@...com>,
Shiraz HASHIM <shiraz.hashim@...com>,
Vipin KUMAR <vipin.kumar@...com>,
Rajeev KUMAR <rajeev-dlh.kumar@...com>,
Deepak SIKRI <deepak.sikri@...com>,
Vipul Kumar SAMAR <vipulkumar.samar@...com>,
Amit VIRDI <Amit.VIRDI@...com>,
Pratyush ANAND <pratyush.anand@...com>,
Bhupesh SHARMA <bhupesh.sharma@...com>,
"viresh.linux@...il.com" <viresh.linux@...il.com>
Subject: Re: [PATCH 12/18] dmaengine/amba-pl08x: Add prep_single_byte_llis()
routine
On 07/29/2011 04:36 PM, Russell King - ARM Linux wrote:
>> > +static inline void prep_byte_width_lli(struct pl08x_lli_build_data *bd,
>> > + u32 *cctl, u32 len, int num_llis, size_t *total_bytes)
>> > +{
>> > + *cctl = pl08x_cctl_bits(*cctl, 1, 1, len);
>> > + pl08x_fill_lli_for_desc(bd, num_llis, len, *cctl);
>> > + (*total_bytes) += len;
> Seeing as your patch series started with a cleanup of spacing/tabbing,
> it's surprising to find a patch introducing new code which has broken
> tabbing.
>
Haah.... How can i do this? Sorry will fix this.
--
viresh
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists