From bb8ae572ef37a248c3f1b134182152446241400b Mon Sep 17 00:00:00 2001 From: Ondrej Oprala Date: Fri, 8 Nov 2013 17:13:12 +0100 Subject: hexdump: rename struct _fs to struct hexdump_fs and remove its typedef Signed-off-by: Ondrej Oprala --- text-utils/hexdump-display.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'text-utils/hexdump-display.c') diff --git a/text-utils/hexdump-display.c b/text-utils/hexdump-display.c index 7d61ab822..bd463b2b8 100644 --- a/text-utils/hexdump-display.c +++ b/text-utils/hexdump-display.c @@ -178,7 +178,7 @@ static void bpad(struct hexdump_pr *pr) void display(void) { register struct list_head *fs; - register FS *fss; + register struct hexdump_fs *fss; register struct hexdump_fu *fu; register struct hexdump_pr *pr; register int cnt; @@ -191,7 +191,7 @@ void display(void) fs = &fshead; savebp = bp; saveaddress = address; list_for_each(p, fs) { - fss = list_entry(p, FS, fslist); + fss = list_entry(p, struct hexdump_fs, fslist); list_for_each(q, &fss->fulist) { fu = list_entry(q, struct hexdump_fu, fulist); -- cgit v1.2.3-55-g7522