summaryrefslogtreecommitdiffstats
path: root/etc/rc.d/bluetooth
diff options
context:
space:
mode:
Diffstat (limited to 'etc/rc.d/bluetooth')
-rwxr-xr-xetc/rc.d/bluetooth6
1 files changed, 3 insertions, 3 deletions
diff --git a/etc/rc.d/bluetooth b/etc/rc.d/bluetooth
index 20e48c6..183f835 100755
--- a/etc/rc.d/bluetooth
+++ b/etc/rc.d/bluetooth
@@ -95,7 +95,7 @@ bluetooth_setup_stack()
hook=$1
shift
- # Setup HCI
+ # Setup HCI
ngctl mkpeer ${dev}: hci ${hook} drv \
> /dev/null 2>&1 || return 1
@@ -282,7 +282,7 @@ bluetooth_start()
;;
esac
- # Be backward compatible and setup reasonable defaults
+ # Be backward compatible and setup reasonable defaults
bluetooth_device_authentication_enable="0"
bluetooth_device_class="ff:01:0c"
bluetooth_device_connectable="1"
@@ -312,7 +312,7 @@ bluetooth_start()
bluetooth_shutdown_stack $dev
err 1 "Unable to setup Bluetooth stack for device ${dev}"
fi
-
+
return 0
}
OpenPOWER on IntegriCloud