From: Jeroen Roovers Date: Wed, 15 Feb 2006 20:06:19 +0000 (+0100) Subject: fix typo in parisc support to path_id X-Git-Tag: 174~2351 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=commitdiff_plain;h=c779c930f157a3e8984110f813d03289092eb60b;hp=515e50555cb9776e425d498197eb382a22a51a04 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 --- 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; ;; *)