linux-nvme.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
From: "Stephan Müller" <stephan.mueller@phys.ethz.ch>
To: linux-nvme@lists.infradead.org
Cc: "Stephan Müller" <stephan.mueller@phys.ethz.ch>
Subject: [PATCH 1/2] Use preferred module name
Date: Thu,  9 Oct 2025 18:45:03 +0200	[thread overview]
Message-ID: <20251009164504.2212623-2-stephan.mueller@phys.ethz.ch> (raw)
In-Reply-To: <20251009164504.2212623-1-stephan.mueller@phys.ethz.ch>

The configshell-fb module is now called configshell. From v2.0.0
onwards the preferred way is to import the module as configshell.

Signed-off-by: Stephan Müller <stephan.mueller@phys.ethz.ch>
---
 nvmetcli | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/nvmetcli b/nvmetcli
index d949891..433e4c4 100755
--- a/nvmetcli
+++ b/nvmetcli
@@ -22,7 +22,7 @@ from __future__ import print_function
 
 import os
 import sys
-import configshell_fb as configshell
+import configshell
 import nvmet as nvme
 import errno
 from string import hexdigits
-- 
2.39.5



  reply	other threads:[~2025-10-09 16:54 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-10-09 16:45 [PATCH 0/2] Fix usage of configshell-fb module Stephan Müller
2025-10-09 16:45 ` Stephan Müller [this message]
2025-10-09 16:45 ` [PATCH 2/2] Use exported configshell symbols Stephan Müller
2025-10-10 13:09 ` [PATCH 0/2] Fix usage of configshell-fb module Maurizio Lombardi

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20251009164504.2212623-2-stephan.mueller@phys.ethz.ch \
    --to=stephan.mueller@phys.ethz.ch \
    --cc=linux-nvme@lists.infradead.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).