Author: wmb Date: Thu Aug 18 22:45:29 2011 New Revision: 2468 URL: http://tracker.coreboot.org/trac/openfirmware/changeset/2468
Log: USB hub - white-space fixup - no semantic change.
Modified: dev/usb2/hcd/probehub.fth
Modified: dev/usb2/hcd/probehub.fth ============================================================================== --- dev/usb2/hcd/probehub.fth Thu Aug 18 22:44:02 2011 (r2467) +++ dev/usb2/hcd/probehub.fth Thu Aug 18 22:45:29 2011 (r2468) @@ -229,7 +229,7 @@ ascii , left-parse-string ( list$' dev#$ ) base @ >r decimal ( list$' dev#$ ) $number if 0 then ( list$' port# ) - r> base ! ( list$ port# ) + r> base ! ( list$ port# ) (hub-selftest) if drop true exit then ( list$ ) repeat ( list$ ) 2drop ( )
openfirmware@openfirmware.info