Skip to content

Commit

Permalink
Staging: most: Fix typo in staging/most
Browse files Browse the repository at this point in the history
This patch fix spelling typo found in most

Signed-off-by: Masanari Iida <[email protected]>
Signed-off-by: Greg Kroah-Hartman <[email protected]>
  • Loading branch information
standby24x7 authored and gregkh committed Oct 13, 2015
1 parent 31557ea commit 9f17591
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ Date: June 2015
KernelVersion: 4.3
Contact: Christian Gromm <[email protected]>
Description:
Indicates the type of peripherial interface the current device
Indicates the type of peripheral interface the current device
uses.
Users:

Expand Down
2 changes: 1 addition & 1 deletion drivers/staging/most/hdm-dim2/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ config HDM_DIM2

---help---
Say Y here if you want to connect via MediaLB to network transceiver.
This device driver is platform dependent and needs an addtional
This device driver is platform dependent and needs an additional
platform driver to be installed. For more information contact
maintainer of this driver.

Expand Down
4 changes: 2 additions & 2 deletions drivers/staging/most/hdm-usb/hdm_usb.c
Original file line number Diff line number Diff line change
Expand Up @@ -431,7 +431,7 @@ static void hdm_write_completion(struct urb *urb)
}

/**
* hdm_read_completion - completion funciton for submitted Rx URBs
* hdm_read_completion - completion function for submitted Rx URBs
* @urb: the URB that has been completed
*
* This checks the status of the completed URB. In case the URB has been
Expand Down Expand Up @@ -767,7 +767,7 @@ static int hdm_configure_channel(struct most_interface *iface, int channel,
tmp_val = conf->buffer_size / frame_size;
conf->buffer_size = tmp_val * frame_size;
dev_notice(dev,
"Channel %d - rouding buffer size to %d bytes, "
"Channel %d - rounding buffer size to %d bytes, "
"channel config says %d bytes\n",
channel,
conf->buffer_size,
Expand Down

0 comments on commit 9f17591

Please sign in to comment.