Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1204761

Re: [PATCH v2 Resend] net/fddi: remove HWM_REVERSE() macro

From David Miller <davem@davemloft.net>
Newsgroups linux.kernel
Subject Re: [PATCH v2 Resend] net/fddi: remove HWM_REVERSE() macro
Date 2015-08-11 07:40 +0200
Message-ID <pWas2-48U-15@gated-at.bofh.it> (permalink)
References <pW718-7rY-3@gated-at.bofh.it> <pWa8F-3LY-1@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


From: yalin wang <yalin.wang2010@gmail.com>
Date: Tue, 11 Aug 2015 13:11:22 +0800

> HWM_REVERSE() macro is unused, remove it.
> 
> Signed-off-by: yalin wang <yalin.wang2010@gmail.com>

You did not do as I asked you to, this patch is still corrupted
and there is no way you successfully applied what is in this patch.

> -#define        HWM_REVERSE(x)          ((((x)<<24L)&0xff000000L)       +       \
> -                                (((x)<< 8L)&0x00ff0000L)       +       \
> -                                (((x)>> 8L)&0x0000ff00L)       +       \
> -                                (((x)>>24L)&0x000000ffL))

This indentation here is spaces, whereas in the source files they
are TABS.

Your email client did this.

If you fail to properly verify that your outgoing patches are not
corrupted before submitting them here, I will stop reviewing and
considering your changes.

Thank you.
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Back to linux.kernel | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

[PATCH] net/fddi:change HWM_REVERSE() macro yalin wang <yalin.wang2010@gmail.com> - 2015-08-10 18:20 +0200
  Re: [PATCH] net/fddi:change HWM_REVERSE() macro Joe Perches <joe@perches.com> - 2015-08-10 18:40 +0200
    Re: [PATCH] net/fddi:change HWM_REVERSE() macro yalin wang <yalin.wang2010@gmail.com> - 2015-08-11 03:50 +0200
      [PATCH v2] net/fddi: remove HWM_REVERSE() macro yalin wang <yalin.wang2010@gmail.com> - 2015-08-11 04:00 +0200
        Re: [PATCH v2] net/fddi: remove HWM_REVERSE() macro David Miller <davem@davemloft.net> - 2015-08-11 06:30 +0200
          Re: [PATCH v2] net/fddi: remove HWM_REVERSE() macro yalin wang <yalin.wang2010@gmail.com> - 2015-08-11 07:10 +0200
        [PATCH v2 Resend] net/fddi: remove HWM_REVERSE() macro yalin wang <yalin.wang2010@gmail.com> - 2015-08-11 07:20 +0200
          Re: [PATCH v2 Resend] net/fddi: remove HWM_REVERSE() macro David Miller <davem@davemloft.net> - 2015-08-11 07:40 +0200
            Re: [PATCH v2 Resend] net/fddi: remove HWM_REVERSE() macro yalin wang <yalin.wang2010@gmail.com> - 2015-08-11 08:00 +0200
              Re: [PATCH v2 Resend] net/fddi: remove HWM_REVERSE() macro yalin wang <yalin.wang2010@gmail.com> - 2015-08-11 09:00 +0200

csiph-web