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


Groups > linux.kernel > #1334863 > unrolled thread

[PATCH] net-sysfs: remove unused fmt_long_hex

Started byColin King <colin.king@canonical.com>
First post2016-02-16 00:00 +0100
Last post2016-02-17 22:30 +0100
Articles 2 — 2 participants

Back to article view | Back to linux.kernel


Contents

  [PATCH] net-sysfs: remove unused fmt_long_hex Colin King <colin.king@canonical.com> - 2016-02-16 00:00 +0100
    Re: [PATCH] net-sysfs: remove unused fmt_long_hex David Miller <davem@davemloft.net> - 2016-02-17 22:30 +0100

#1334863 — [PATCH] net-sysfs: remove unused fmt_long_hex

FromColin King <colin.king@canonical.com>
Date2016-02-16 00:00 +0100
Subject[PATCH] net-sysfs: remove unused fmt_long_hex
Message-ID<r2AhB-7tW-21@gated-at.bofh.it>
From: Colin Ian King <colin.king@canonical.com>

Ever since commit 04ed3e741d0f133e02bed7fa5c98edba128f90e7
("net: change netdev->features to u32") the format string
fmt_long_hex has not been used, so we may as well remove it.

Signed-off-by: Colin Ian King <colin.king@canonical.com>
---
 net/core/net-sysfs.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/net/core/net-sysfs.c b/net/core/net-sysfs.c
index b6c8a66..e326707 100644
--- a/net/core/net-sysfs.c
+++ b/net/core/net-sysfs.c
@@ -29,7 +29,6 @@
 
 #ifdef CONFIG_SYSFS
 static const char fmt_hex[] = "%#x\n";
-static const char fmt_long_hex[] = "%#lx\n";
 static const char fmt_dec[] = "%d\n";
 static const char fmt_ulong[] = "%lu\n";
 static const char fmt_u64[] = "%llu\n";
-- 
2.7.0

[toc] | [next] | [standalone]


#1336785

FromDavid Miller <davem@davemloft.net>
Date2016-02-17 22:30 +0100
Message-ID<r3hPB-3LD-29@gated-at.bofh.it>
In reply to#1334863
From: Colin King <colin.king@canonical.com>
Date: Mon, 15 Feb 2016 22:54:47 +0000

> From: Colin Ian King <colin.king@canonical.com>
> 
> Ever since commit 04ed3e741d0f133e02bed7fa5c98edba128f90e7
> ("net: change netdev->features to u32") the format string
> fmt_long_hex has not been used, so we may as well remove it.
> 
> Signed-off-by: Colin Ian King <colin.king@canonical.com>

Applied, thank you.

[toc] | [prev] | [standalone]


Back to top | Article view | linux.kernel


csiph-web