From c779c930f157a3e8984110f813d03289092eb60b Mon Sep 17 00:00:00 2001 From: Jeroen Roovers Date: Wed, 15 Feb 2006 21:06:19 +0100 Subject: [PATCH] fix typo in parisc support to path_id As reported at http://bugs.gentoo.org/show_bug.cgi?id=113379 path_id is still broken for parisc boxes. This patch from Jeroen Roovers fixes that. Signed-off-by: Greg Kroah-Hartman --- extras/path_id | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extras/path_id b/extras/path_id index b58e1eda6..73d5c834d 100755 --- a/extras/path_id +++ b/extras/path_id @@ -229,7 +229,7 @@ handle_block_scsi () { ;; # PARISC devices *parisc*) - adapter="${controler_dev##*/}" + adapter="${controller_dev##*/}" bus=parisc; ;; *) -- 2.30.2