From patchwork Wed Nov 9 21:49:40 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Benjamin Marzinski X-Patchwork-Id: 13038092 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [170.10.133.124]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id DD205C4332F for ; Wed, 9 Nov 2022 21:49:56 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1668030595; h=from:from:sender:sender:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:cc:mime-version:mime-version: content-type:content-type: content-transfer-encoding:content-transfer-encoding:list-id:list-help: list-unsubscribe:list-subscribe:list-post; bh=YRxFRM4W6c11arkt7mzSKHvHYr4svaVgvjG5dJBlDN0=; b=MgXTG6qCERnRxV7/MmNZjrwEFgqbnYi0diI2lVJ33URVIl18DEe/rP6HtNV+6rMJYhPhIU Jn1h9/ls+/DKZYU5VUhHVnWQU+wQQ2F9+H7jj/k101gxU2i2ZRKQHnQ5XtWlnLSgaG76i8 ghFXF0XU/jWV+S9U3ColdRDE8JjySnQ= Received: from mimecast-mx02.redhat.com (mimecast-mx02.redhat.com [66.187.233.88]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id us-mta-388-7h2ZTKfqNQqXI565wuYCcw-1; Wed, 09 Nov 2022 16:49:52 -0500 X-MC-Unique: 7h2ZTKfqNQqXI565wuYCcw-1 Received: from smtp.corp.redhat.com (int-mx04.intmail.prod.int.rdu2.redhat.com [10.11.54.4]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx02.redhat.com (Postfix) with ESMTPS id 97F21101A588; Wed, 9 Nov 2022 21:49:50 +0000 (UTC) Received: from mm-prod-listman-01.mail-001.prod.us-east-1.aws.redhat.com (mm-prod-listman-01.mail-001.prod.us-east-1.aws.redhat.com [10.30.29.100]) by smtp.corp.redhat.com (Postfix) with ESMTP id 39E922028E90; Wed, 9 Nov 2022 21:49:50 +0000 (UTC) Received: from mm-prod-listman-01.mail-001.prod.us-east-1.aws.redhat.com (localhost [IPv6:::1]) by mm-prod-listman-01.mail-001.prod.us-east-1.aws.redhat.com (Postfix) with ESMTP id 0389F1946594; Wed, 9 Nov 2022 21:49:48 +0000 (UTC) Received: from smtp.corp.redhat.com (int-mx10.intmail.prod.int.rdu2.redhat.com [10.11.54.10]) by mm-prod-listman-01.mail-001.prod.us-east-1.aws.redhat.com (Postfix) with ESMTP id 3ABA01946588 for ; Wed, 9 Nov 2022 21:49:46 +0000 (UTC) Received: by smtp.corp.redhat.com (Postfix) id 7CBF5492B1A; Wed, 9 Nov 2022 21:49:46 +0000 (UTC) Received: from octiron.msp.redhat.com (octiron.msp.redhat.com [10.15.80.209]) by smtp.corp.redhat.com (Postfix) with ESMTPS id 56A7A492B17; Wed, 9 Nov 2022 21:49:46 +0000 (UTC) Received: from octiron.msp.redhat.com (localhost.localdomain [127.0.0.1]) by octiron.msp.redhat.com (8.14.9/8.14.9) with ESMTP id 2A9LniA7009468; Wed, 9 Nov 2022 15:49:44 -0600 Received: (from bmarzins@localhost) by octiron.msp.redhat.com (8.14.9/8.14.9/Submit) id 2A9Lnixb009467; Wed, 9 Nov 2022 15:49:44 -0600 From: Benjamin Marzinski To: Christophe Varoqui Date: Wed, 9 Nov 2022 15:49:40 -0600 Message-Id: <1668030583-9428-1-git-send-email-bmarzins@redhat.com> X-Scanned-By: MIMEDefang 3.1 on 10.11.54.10 Subject: [dm-devel] [PATCH 0/3] misc cleanups X-BeenThere: dm-devel@redhat.com X-Mailman-Version: 2.1.29 Precedence: list List-Id: device-mapper development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: device-mapper development , Martin Wilck MIME-Version: 1.0 Errors-To: dm-devel-bounces@redhat.com Sender: "dm-devel" X-Scanned-By: MIMEDefang 3.1 on 10.11.54.4 X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Here are some cleanups (in response to comments from Martin Wilck) for patches I previously posted. Benjamin Marzinski (3): libmultipath: impove add_feature() variable names multipathd: don't initialize the field width in show_path() libmultipath: improve remove_feature() variable names libmultipath/structs.c | 143 +++++++++++++++++++------------------- multipathd/cli_handlers.c | 7 +- 2 files changed, 73 insertions(+), 77 deletions(-) Reviewed-by: Martin Wilck