Bluetooth: Fix minor coding style issue in smp.c
authorJohan Hedberg <johan.hedberg@intel.com>
Wed, 3 Dec 2014 14:07:13 +0000 (16:07 +0200)
committerMarcel Holtmann <marcel@holtmann.org>
Wed, 3 Dec 2014 15:51:22 +0000 (16:51 +0100)
commit7f376cd6dc1c9bfd14514c70765e6900a961c4b8
tree7a9f02e7c5423aedf206a3bb40a3e02cb0679ec2
parent923e24143efe654553cabdb08f369d3789413147
Bluetooth: Fix minor coding style issue in smp.c

The convention for checking for NULL pointers is !ptr and not
ptr == NULL. This patch fixes such an occurrence in smp.c.

Signed-off-by: Johan Hedberg <johan.hedberg@intel.com>
Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
net/bluetooth/smp.c