Thread (27 messages) 27 messages, 2 authors, 2015-08-21

RE: [PATCH v2.2 01/22] fjes: Introduce FUJITSU Extended Socket Network Device driver

From: Izumi, Taku <hidden>
Date: 2015-08-21 06:11:12
Also in: linux-acpi, platform-driver-x86

Dear David,

 Thank you for reviewing.
 I'll update patchset according to your comment.

 Sincerely,
 Taku Izumi
-----Original Message-----
From: David Miller [mailto:davem@davemloft.net]
Sent: Friday, August 21, 2015 7:49 AM
To: Izumi, Taku/泉 拓
Cc: netdev@vger.kernel.org; platform-driver-x86@vger.kernel.org; dvhart@infradead.org; rkhan@redhat.com;
alexander.h.duyck@redhat.com; linux-acpi@vger.kernel.org; joe@perches.com; sergei.shtylyov@cogentembedded.com;
stephen@networkplumber.org; yasu.isimatu@gmail.com
Subject: Re: [PATCH v2.2 01/22] fjes: Introduce FUJITSU Extended Socket Network Device driver

From: Taku Izumi <redacted>
Date: Thu, 20 Aug 2015 17:46:05 +0900
quoted
+obj-$(CONFIG_FUJITSU_ES) += fjes.o
+
+fjes-objs := fjes_main.o
+
Please do not have trailing empty lines in any files you add
or edit, 'git' warns about this even when applying patches.
quoted
+static int fjes_acpi_add(struct acpi_device *device)
+{
+	acpi_status status;
+	struct acpi_buffer buffer = { ACPI_ALLOCATE_BUFFER, NULL};
+	union acpi_object *str;
+	char str_buf[sizeof(FJES_ACPI_SYMBOL) + 1];
+	int result;
+	struct platform_device *plat_dev;
Please order your local variables in "reverse christmas tree" order, which
means longer lines come before shorter ones.

Please correct this problem in your entire submission, as I am not going
to point out each and every other place where this problem exists.
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help