Skip to content

Commit

Permalink
Bluetooth: btusb: Correct typos based on checkpatch.pl
Browse files Browse the repository at this point in the history
Signed-off-by: Minjune Kim <infinite.minjune.kim@gmail.com>
Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
  • Loading branch information
Minjune Kim authored and Marcel Holtmann committed Aug 28, 2015
1 parent ff28955 commit 5075eda
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions drivers/bluetooth/btusb.c
Original file line number Diff line number Diff line change
Expand Up @@ -1581,7 +1581,7 @@ static int btusb_setup_intel(struct hci_dev *hdev)

/* fw_patch_num indicates the version of patch the device currently
* have. If there is no patch data in the device, it is always 0x00.
* So, if it is other than 0x00, no need to patch the deivce again.
* So, if it is other than 0x00, no need to patch the device again.
*/
if (ver->fw_patch_num) {
BT_INFO("%s: Intel device is already patched. patch num: %02x",
Expand Down Expand Up @@ -2100,7 +2100,7 @@ static int btusb_setup_intel_new(struct hci_dev *hdev)

frag_len += sizeof(*cmd) + cmd->plen;

/* The paramter length of the secure send command requires
/* The parameter length of the secure send command requires
* a 4 byte alignment. It happens so that the firmware file
* contains proper Intel_NOP commands to align the fragments
* as needed.
Expand Down

0 comments on commit 5075eda

Please sign in to comment.