All of lore.kernel.org
 help / color / mirror / Atom feed
From: pat-lkml <pat-lkml@erley.org>
To: Julian Calaby <julian.calaby@gmail.com>
Cc: linux-wireless <linux-wireless@vger.kernel.org>
Subject: Re: [patch] iw: align output for HT capabilities
Date: Mon, 02 Feb 2009 19:18:51 -0500	[thread overview]
Message-ID: <49878D6B.7050707@erley.org> (raw)
In-Reply-To: <646765f40902021615v521d0031y27885b56a74fd2f2@mail.gmail.com>

Julian Calaby wrote:
> On Tue, Feb 3, 2009 at 11:10, pat-lkml <pat-lkml@erley.org> wrote:
>> The HT capabilities have an additional space in front of them causing
>> them not to line up with the rest of the listed outputs.  This patch
>> removes that space.
>>
>> Signed-off-by: Pat Erley <pat-lkml@erley.org>
>>
>> ---
>>
>> diff --git a/info.c b/info.c
>> index bf3b8bd..69be500 100644
>> --- a/info.c
>> +++ b/info.c
>> @@ -70,7 +70,7 @@ static int print_phy_handler(struct nl_msg *msg, void
>> *arg)
>>  #ifdef NL80211_BAND_ATTR_HT_CAPA
>>                if (tb_band[NL80211_BAND_ATTR_HT_CAPA]) {
>>                        unsigned short cap = nla_get_u16(tb_band[NL80211_BAND_ATTR_HT_CAPA]);
>> -#define PCOM(fmt, args...) do { printf("\t\t\t * " fmt "\n", ##args); }
>> while (0)
>> +#define PCOM(fmt, args...) do { printf("\t\t\t* " fmt "\n", ##args); }
>> while (0)
> 
> Is it just me or is this patch line-wrapped?
> 
> Thanks,
> 
no, it line wrapped.  Weird that it'd line wrap the function def but not
the line later on me, but I guess it's time to look into fixing my mail
client.

Thanks,
Pat

      reply	other threads:[~2009-02-03  0:18 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-02-03  0:10 [patch] iw: align output for HT capabilities pat-lkml
2009-02-03  0:15 ` Julian Calaby
2009-02-03  0:18   ` pat-lkml [this message]

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=49878D6B.7050707@erley.org \
    --to=pat-lkml@erley.org \
    --cc=julian.calaby@gmail.com \
    --cc=linux-wireless@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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.