diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2013-07-04 14:40:58 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2013-07-04 14:40:58 -0400 |
commit | 80cc38b16389849a6e06441ace4530f6b2497c3c (patch) | |
tree | 1dabc02b0a1faa6b640de20e38aa31bb5d0c443f /drivers/net | |
parent | 3366dd9fa887ebbda4872e9554f853eaeda764be (diff) | |
parent | 83a35e360433b58791bc9c4e288cace466d62e3a (diff) |
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial
Pull trivial tree updates from Jiri Kosina:
"The usual stuff from trivial tree"
* 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial: (34 commits)
treewide: relase -> release
Documentation/cgroups/memory.txt: fix stat file documentation
sysctl/net.txt: delete reference to obsolete 2.4.x kernel
spinlock_api_smp.h: fix preprocessor comments
treewide: Fix typo in printk
doc: device tree: clarify stuff in usage-model.txt.
open firmware: "/aliasas" -> "/aliases"
md: bcache: Fixed a typo with the word 'arithmetic'
irq/generic-chip: fix a few kernel-doc entries
frv: Convert use of typedef ctl_table to struct ctl_table
sgi: xpc: Convert use of typedef ctl_table to struct ctl_table
doc: clk: Fix incorrect wording
Documentation/arm/IXP4xx fix a typo
Documentation/networking/ieee802154 fix a typo
Documentation/DocBook/media/v4l fix a typo
Documentation/video4linux/si476x.txt fix a typo
Documentation/virtual/kvm/api.txt fix a typo
Documentation/early-userspace/README fix a typo
Documentation/video4linux/soc-camera.txt fix a typo
lguest: fix CONFIG_PAE -> CONFIG_x86_PAE in comment
...
Diffstat (limited to 'drivers/net')
-rw-r--r-- | drivers/net/ethernet/intel/igb/e1000_phy.c | 2 | ||||
-rw-r--r-- | drivers/net/ethernet/mellanox/mlx4/main.c | 2 | ||||
-rw-r--r-- | drivers/net/ethernet/neterion/vxge/vxge-main.c | 2 | ||||
-rw-r--r-- | drivers/net/ethernet/qlogic/qlcnic/qlcnic_sriov_common.c | 2 | ||||
-rw-r--r-- | drivers/net/wireless/ath/ath9k/Kconfig | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/drivers/net/ethernet/intel/igb/e1000_phy.c b/drivers/net/ethernet/intel/igb/e1000_phy.c index 115b0da6e013..9979ebcf2a0c 100644 --- a/drivers/net/ethernet/intel/igb/e1000_phy.c +++ b/drivers/net/ethernet/intel/igb/e1000_phy.c | |||
@@ -2014,7 +2014,7 @@ out: | |||
2014 | * Verify the reset block is not blocking us from resetting. Acquire | 2014 | * Verify the reset block is not blocking us from resetting. Acquire |
2015 | * semaphore (if necessary) and read/set/write the device control reset | 2015 | * semaphore (if necessary) and read/set/write the device control reset |
2016 | * bit in the PHY. Wait the appropriate delay time for the device to | 2016 | * bit in the PHY. Wait the appropriate delay time for the device to |
2017 | * reset and relase the semaphore (if necessary). | 2017 | * reset and release the semaphore (if necessary). |
2018 | **/ | 2018 | **/ |
2019 | s32 igb_phy_hw_reset(struct e1000_hw *hw) | 2019 | s32 igb_phy_hw_reset(struct e1000_hw *hw) |
2020 | { | 2020 | { |
diff --git a/drivers/net/ethernet/mellanox/mlx4/main.c b/drivers/net/ethernet/mellanox/mlx4/main.c index 8a434997a0df..264ddeb846a3 100644 --- a/drivers/net/ethernet/mellanox/mlx4/main.c +++ b/drivers/net/ethernet/mellanox/mlx4/main.c | |||
@@ -98,7 +98,7 @@ MODULE_PARM_DESC(log_num_mgm_entry_size, "log mgm size, that defines the num" | |||
98 | static bool enable_64b_cqe_eqe; | 98 | static bool enable_64b_cqe_eqe; |
99 | module_param(enable_64b_cqe_eqe, bool, 0444); | 99 | module_param(enable_64b_cqe_eqe, bool, 0444); |
100 | MODULE_PARM_DESC(enable_64b_cqe_eqe, | 100 | MODULE_PARM_DESC(enable_64b_cqe_eqe, |
101 | "Enable 64 byte CQEs/EQEs when the the FW supports this"); | 101 | "Enable 64 byte CQEs/EQEs when the FW supports this"); |
102 | 102 | ||
103 | #define HCA_GLOBAL_CAP_MASK 0 | 103 | #define HCA_GLOBAL_CAP_MASK 0 |
104 | 104 | ||
diff --git a/drivers/net/ethernet/neterion/vxge/vxge-main.c b/drivers/net/ethernet/neterion/vxge/vxge-main.c index cbfaed5f2f8d..5a20eaf903dd 100644 --- a/drivers/net/ethernet/neterion/vxge/vxge-main.c +++ b/drivers/net/ethernet/neterion/vxge/vxge-main.c | |||
@@ -3444,7 +3444,7 @@ static int vxge_device_register(struct __vxge_hw_device *hldev, | |||
3444 | } | 3444 | } |
3445 | 3445 | ||
3446 | vxge_debug_init(vxge_hw_device_trace_level_get(hldev), | 3446 | vxge_debug_init(vxge_hw_device_trace_level_get(hldev), |
3447 | "%s : checksuming enabled", __func__); | 3447 | "%s : checksumming enabled", __func__); |
3448 | 3448 | ||
3449 | if (high_dma) { | 3449 | if (high_dma) { |
3450 | ndev->features |= NETIF_F_HIGHDMA; | 3450 | ndev->features |= NETIF_F_HIGHDMA; |
diff --git a/drivers/net/ethernet/qlogic/qlcnic/qlcnic_sriov_common.c b/drivers/net/ethernet/qlogic/qlcnic/qlcnic_sriov_common.c index 196b2d100407..8b59a710a4a5 100644 --- a/drivers/net/ethernet/qlogic/qlcnic/qlcnic_sriov_common.c +++ b/drivers/net/ethernet/qlogic/qlcnic/qlcnic_sriov_common.c | |||
@@ -1675,7 +1675,7 @@ static int qlcnic_sriov_vf_handle_dev_ready(struct qlcnic_adapter *adapter) | |||
1675 | qlcnic_sriov_vf_attach(adapter); | 1675 | qlcnic_sriov_vf_attach(adapter); |
1676 | adapter->fw_fail_cnt = 0; | 1676 | adapter->fw_fail_cnt = 0; |
1677 | dev_info(dev, | 1677 | dev_info(dev, |
1678 | "%s: Reinitalization of VF 0x%x done after FW reset\n", | 1678 | "%s: Reinitialization of VF 0x%x done after FW reset\n", |
1679 | __func__, func); | 1679 | __func__, func); |
1680 | } else { | 1680 | } else { |
1681 | dev_err(dev, | 1681 | dev_err(dev, |
diff --git a/drivers/net/wireless/ath/ath9k/Kconfig b/drivers/net/wireless/ath/ath9k/Kconfig index 3c2cbc9d6295..f985cf32452b 100644 --- a/drivers/net/wireless/ath/ath9k/Kconfig +++ b/drivers/net/wireless/ath/ath9k/Kconfig | |||
@@ -28,7 +28,7 @@ config ATH9K | |||
28 | Atheros IEEE 802.11n AR5008, AR9001 and AR9002 family | 28 | Atheros IEEE 802.11n AR5008, AR9001 and AR9002 family |
29 | of chipsets. For a specific list of supported external | 29 | of chipsets. For a specific list of supported external |
30 | cards, laptops that already ship with these cards and | 30 | cards, laptops that already ship with these cards and |
31 | APs that come with these cards refer to to ath9k wiki | 31 | APs that come with these cards refer to ath9k wiki |
32 | products page: | 32 | products page: |
33 | 33 | ||
34 | http://wireless.kernel.org/en/users/Drivers/ath9k/products | 34 | http://wireless.kernel.org/en/users/Drivers/ath9k/products |