From: "Philippe Mathieu-Daudé" <philmd@redhat.com>
To: qemu-devel@nongnu.org
Cc: "Philippe Mathieu-Daudé" <philmd@redhat.com>
Subject: [NOTFORMERGE PATCH 1/2] hw/net: Test line with 342 chars
Date: Mon, 9 Nov 2020 17:19:22 +0100 [thread overview]
Message-ID: <20201109161923.2632747-2-philmd@redhat.com> (raw)
In-Reply-To: <20201109161923.2632747-1-philmd@redhat.com>
Applying using unrestricted checkpatch:
WARNING: line over 100 characters
#16: FILE: include/hw/net/imx_fec.h:118:
This change is not easy to review in gitk.
$ xwininfo -root | egrep "Width|Height"
Width: 1920
Height: 2160
Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com>
---
include/hw/net/imx_fec.h | 8 +-------
1 file changed, 1 insertion(+), 7 deletions(-)
diff --git a/include/hw/net/imx_fec.h b/include/hw/net/imx_fec.h
index e3a8755db92..c3ac7d25823 100644
--- a/include/hw/net/imx_fec.h
+++ b/include/hw/net/imx_fec.h
@@ -115,13 +115,7 @@ OBJECT_DECLARE_SIMPLE_TYPE(IMXFECState, IMX_FEC)
#define ENET_INT_TXF1 (1 << 3)
#define ENET_INT_TXB1 (1 << 2)
-#define ENET_INT_MAC (ENET_INT_HB | ENET_INT_BABR | ENET_INT_BABT | \
- ENET_INT_GRA | ENET_INT_TXF | ENET_INT_TXB | \
- ENET_INT_RXF | ENET_INT_RXB | ENET_INT_MII | \
- ENET_INT_EBERR | ENET_INT_LC | ENET_INT_RL | \
- ENET_INT_UN | ENET_INT_PLR | ENET_INT_WAKEUP | \
- ENET_INT_TS_AVAIL | ENET_INT_TXF1 | \
- ENET_INT_TXB1 | ENET_INT_TXF2 | ENET_INT_TXB2)
+#define ENET_INT_MAC (ENET_INT_HB | ENET_INT_BABR | ENET_INT_BABT | ENET_INT_GRA | ENET_INT_TXF | ENET_INT_TXB | ENET_INT_RXF | ENET_INT_RXB | ENET_INT_MII | ENET_INT_EBERR | ENET_INT_LC | ENET_INT_RL | ENET_INT_UN | ENET_INT_PLR | ENET_INT_WAKEUP | ENET_INT_TS_AVAIL | ENET_INT_TXF1 | ENET_INT_TXB1 | ENET_INT_TXF2 | ENET_INT_TXB2)
/* RDAR */
#define ENET_RDAR_RDAR (1 << 24)
--
2.26.2
next prev parent reply other threads:[~2020-11-09 16:21 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-11-09 16:19 [NOTFORMERGE PATCH 0/2] scripts/checkpatch: Test if >100 chars per line is easy to review Philippe Mathieu-Daudé
2020-11-09 16:19 ` Philippe Mathieu-Daudé [this message]
2020-11-09 16:19 ` [NOTFORMERGE PATCH 2/2] hw/pci: Test line with 391 chars Philippe Mathieu-Daudé
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=20201109161923.2632747-2-philmd@redhat.com \
--to=philmd@redhat.com \
--cc=qemu-devel@nongnu.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).