From 0a8b3e08720f5a440e706743559c135c3656ccf3 Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Sat, 28 Feb 2026 13:47:07 +0100 Subject: Fix typo MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- linux/symbols.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'linux/symbols.c') diff --git a/linux/symbols.c b/linux/symbols.c index 5cc848d..b7c3b77 100644 --- a/linux/symbols.c +++ b/linux/symbols.c @@ -151,7 +151,7 @@ extract_linux_symbol_dev(struct libsyscalls_symbol_printer_data *data, unsigned minor2 = (value & minor2) / LOWEST_BIT(minor2); major = major1 | major2; - minor = minor1 | minor1; + minor = minor1 | minor2; sprintf(data->buf, "%llu (%llu:%llu)", value, major, minor); return data->buf; -- cgit v1.2.3-70-g09d2