| To: | Rene Bolldorf <xsecute@googlemail.com> |
|---|---|
| Subject: | Re: [PATCH 1/2] Initial PCI support for Atheros 724x SoCs. (v2) |
| From: | Ralf Baechle <ralf@linux-mips.org> |
| Date: | Thu, 17 Nov 2011 14:33:32 +0000 |
| Cc: | linux-mips@linux-mips.org, linux-kernel@vger.kernel.org |
| In-reply-to: | <1321538577-548-2-git-send-email-xsecute@googlemail.com> |
| References: | <CAEWqx59k97AMU6hH0NCC2TMEY2mu8d5ytxO68oEsa=7uvLBA4A@mail.gmail.com> <1321538577-548-1-git-send-email-xsecute@googlemail.com> <1321538577-548-2-git-send-email-xsecute@googlemail.com> |
| Sender: | linux-mips-bounce@linux-mips.org |
| User-agent: | Mutt/1.5.21 (2010-09-15) |
On Thu, Nov 17, 2011 at 03:02:56PM +0100, Rene Bolldorf wrote: Queued for 3.3 but: > Subject: [PATCH 1/2] Initial PCI support for Atheros 724x SoCs. (v2) Please don't put the (v2) at the end of the subject line but rather into the initial part with the square brackets like: Subject: [PATCH 1/2, v2] Initial PCI support for Atheros 724x SoCs. That's so software like git-am will automatically discard that when applying a patch. Your use of non-ASCII characters is not quite yet supported in patchwork, see: http://patchwork.linux-mips.org/patch/3019/ http://patchwork.linux-mips.org/patch/3020/ My surname's spelling is also suffering from ASCII brain damaged software ... > + switch (size) { > + case 1: > + addr = where & ~3; > + mask = 0xff000000 >> ((where % 4) * 8); > + tval = reg_read(ATH724X_PCI_DEV_BASE + addr); > + tval = tval & ~mask; > + *value = (tval >> ((4 - (where % 4))*8)); > + break; > + case 2: That's a very odd style of formatting. The Linux coding style (see Documentation/) wants the break keyword indented with the same number of tabs as the preceeding block. Anyway, I took care of that. Thanks, Ralf |
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | Re: [PATCH] MIPS: BCM63XX: generate WLAN MAC address after registering ethernet devices., Ralf Baechle |
|---|---|
| Next by Date: | Re: [PATCH 2/2] Initial support for the Ubiquiti Networks XM board (rev 1.0). (patch v2), Ralf Baechle |
| Previous by Thread: | [PATCH 1/2] Initial PCI support for Atheros 724x SoCs. (v2), Rene Bolldorf |
| Next by Thread: | [PATCH 2/2] Initial support for the Ubiquiti Networks XM board (rev 1.0). (patch v2), Rene Bolldorf |
| Indexes: | [Date] [Thread] [Top] [All Lists] |