aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJeroen Roovers <jer@gentoo.org>2006-02-15 21:06:19 +0100
committerKay Sievers <kay.sievers@suse.de>2006-02-15 21:06:19 +0100
commitc779c930f157a3e8984110f813d03289092eb60b (patch)
tree89b02eaa9da13f6dc0f172b27f724757a6f278f5
parent515e50555cb9776e425d498197eb382a22a51a04 (diff)
downloadudev-c779c930f157a3e8984110f813d03289092eb60b.tar.gz
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 <jer@gentoo.org> fixes that. Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
-rwxr-xr-xextras/path_id2
1 files changed, 1 insertions, 1 deletions
diff --git a/extras/path_id b/extras/path_id
index b58e1eda..73d5c834 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;
;;
*)