diff options
author | Michael Prokop <mika@debian.org> | 2010-06-14 12:10:28 +0200 |
---|---|---|
committer | Michael Prokop <mika@debian.org> | 2010-06-14 12:10:28 +0200 |
commit | 60afd2a944cf36a5bce6ca3b4c07a422e98efeba (patch) | |
tree | d4212689fd78054ba3e65897f846184314696bed /hook-functions | |
parent | 2a8c9907b1095015e1d669d3cd895657936f6247 (diff) | |
download | initramfs-tools-60afd2a944cf36a5bce6ca3b4c07a422e98efeba.tar.gz initramfs-tools-60afd2a944cf36a5bce6ca3b4c07a422e98efeba.zip |
code cleanup: drop trailing whitespaces.
Signed-off-by: Michael Prokop <mika@debian.org>
Diffstat (limited to 'hook-functions')
-rw-r--r-- | hook-functions | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hook-functions b/hook-functions index f5da1c4..8b6a89c 100644 --- a/hook-functions +++ b/hook-functions @@ -183,7 +183,7 @@ sys_walk_mod_add() { local driver_path module device_path="$1" - + while [ "${device_path}" != "/sys" ]; do sys_walk_modalias ${device_path} driver_path="$(readlink -f ${device_path}/driver/module)" |