diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2016-03-18 00:38:27 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2016-03-18 00:38:27 -0400 |
commit | 49dc2b7173010792c6923930ffcee84b7094b7de (patch) | |
tree | 439899abc82e7413b3bee6d52823d5350d7f2245 | |
parent | d66435cc7da95964cb386674bd82ec12ca66320a (diff) | |
parent | d00cd819d7dfb1a24d814457f47ff4d6c7be152c (diff) |
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial
Pull trivial tree updates from Jiri Kosina.
* 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial:
drivers/rtc: broken link fix
drm/i915 Fix typos in i915_gem_fence.c
Docs: fix missing word in REPORTING-BUGS
lib+mm: fix few spelling mistakes
MAINTAINERS: add git URL for APM driver
treewide: Fix typo in printk
-rw-r--r-- | REPORTING-BUGS | 2 | ||||
-rw-r--r-- | drivers/atm/firestream.c | 2 | ||||
-rw-r--r-- | drivers/crypto/nx/nx-842.c | 2 | ||||
-rw-r--r-- | drivers/gpu/drm/i915/i915_gem_fence.c | 10 | ||||
-rw-r--r-- | drivers/infiniband/hw/usnic/usnic_ib_qp_grp.c | 2 | ||||
-rw-r--r-- | drivers/input/touchscreen/wdt87xx_i2c.c | 2 | ||||
-rw-r--r-- | drivers/net/ethernet/nuvoton/w90p910_ether.c | 2 | ||||
-rw-r--r-- | drivers/net/wireless/realtek/rtlwifi/rtl8821ae/dm.c | 2 | ||||
-rw-r--r-- | drivers/rtc/rtc-rx8025.c | 2 | ||||
-rw-r--r-- | drivers/usb/gadget/legacy/Kconfig | 3 | ||||
-rw-r--r-- | kernel/time/timekeeping.c | 2 | ||||
-rw-r--r-- | lib/842/842_decompress.c | 2 | ||||
-rw-r--r-- | lib/flex_proportions.c | 2 | ||||
-rw-r--r-- | lib/percpu-refcount.c | 2 | ||||
-rw-r--r-- | mm/balloon_compaction.c | 4 | ||||
-rw-r--r-- | net/openvswitch/vport-geneve.c | 2 | ||||
-rw-r--r-- | tools/testing/selftests/timers/alarmtimer-suspend.c | 2 |
17 files changed, 22 insertions, 23 deletions
diff --git a/REPORTING-BUGS b/REPORTING-BUGS index 0cb8cdfa63bc..914baf9cf5fa 100644 --- a/REPORTING-BUGS +++ b/REPORTING-BUGS | |||
@@ -9,7 +9,7 @@ Please see https://www.kernel.org/ for a list of supported kernels. Any | |||
9 | kernel marked with [EOL] is "end of life" and will not have any fixes | 9 | kernel marked with [EOL] is "end of life" and will not have any fixes |
10 | backported to it. | 10 | backported to it. |
11 | 11 | ||
12 | If you've found a bug on a kernel version isn't listed on kernel.org, | 12 | If you've found a bug on a kernel version that isn't listed on kernel.org, |
13 | contact your Linux distribution or embedded vendor for support. | 13 | contact your Linux distribution or embedded vendor for support. |
14 | Alternatively, you can attempt to run one of the supported stable or -rc | 14 | Alternatively, you can attempt to run one of the supported stable or -rc |
15 | kernels, and see if you can reproduce the bug on that. It's preferable | 15 | kernels, and see if you can reproduce the bug on that. It's preferable |
diff --git a/drivers/atm/firestream.c b/drivers/atm/firestream.c index 82f2ae0d7cc4..a969a7e443be 100644 --- a/drivers/atm/firestream.c +++ b/drivers/atm/firestream.c | |||
@@ -168,7 +168,7 @@ static char *res_strings[] = { | |||
168 | "reserved 14", | 168 | "reserved 14", |
169 | "Unrecognized cell", | 169 | "Unrecognized cell", |
170 | "reserved 16", | 170 | "reserved 16", |
171 | "reassemby abort: AAL5 abort", | 171 | "reassembly abort: AAL5 abort", |
172 | "packet purged", | 172 | "packet purged", |
173 | "packet ageing timeout", | 173 | "packet ageing timeout", |
174 | "channel ageing timeout", | 174 | "channel ageing timeout", |
diff --git a/drivers/crypto/nx/nx-842.c b/drivers/crypto/nx/nx-842.c index 046c1c45411b..d94e25df503b 100644 --- a/drivers/crypto/nx/nx-842.c +++ b/drivers/crypto/nx/nx-842.c | |||
@@ -308,7 +308,7 @@ int nx842_crypto_compress(struct crypto_tfm *tfm, | |||
308 | h = !n && add_header ? hdrsize : 0; | 308 | h = !n && add_header ? hdrsize : 0; |
309 | 309 | ||
310 | if (ignore) | 310 | if (ignore) |
311 | pr_warn("interal error, ignore is set %x\n", ignore); | 311 | pr_warn("internal error, ignore is set %x\n", ignore); |
312 | 312 | ||
313 | ret = compress(ctx, &p, &hdr->group[n], &c, &ignore, h); | 313 | ret = compress(ctx, &p, &hdr->group[n], &c, &ignore, h); |
314 | if (ret) | 314 | if (ret) |
diff --git a/drivers/gpu/drm/i915/i915_gem_fence.c b/drivers/gpu/drm/i915/i915_gem_fence.c index 598198543dcd..a2b938ec01a7 100644 --- a/drivers/gpu/drm/i915/i915_gem_fence.c +++ b/drivers/gpu/drm/i915/i915_gem_fence.c | |||
@@ -34,8 +34,8 @@ | |||
34 | * set of these objects. | 34 | * set of these objects. |
35 | * | 35 | * |
36 | * Fences are used to detile GTT memory mappings. They're also connected to the | 36 | * Fences are used to detile GTT memory mappings. They're also connected to the |
37 | * hardware frontbuffer render tracking and hence interract with frontbuffer | 37 | * hardware frontbuffer render tracking and hence interact with frontbuffer |
38 | * conmpression. Furthermore on older platforms fences are required for tiled | 38 | * compression. Furthermore on older platforms fences are required for tiled |
39 | * objects used by the display engine. They can also be used by the render | 39 | * objects used by the display engine. They can also be used by the render |
40 | * engine - they're required for blitter commands and are optional for render | 40 | * engine - they're required for blitter commands and are optional for render |
41 | * commands. But on gen4+ both display (with the exception of fbc) and rendering | 41 | * commands. But on gen4+ both display (with the exception of fbc) and rendering |
@@ -46,8 +46,8 @@ | |||
46 | * | 46 | * |
47 | * Finally note that because fences are such a restricted resource they're | 47 | * Finally note that because fences are such a restricted resource they're |
48 | * dynamically associated with objects. Furthermore fence state is committed to | 48 | * dynamically associated with objects. Furthermore fence state is committed to |
49 | * the hardware lazily to avoid unecessary stalls on gen2/3. Therefore code must | 49 | * the hardware lazily to avoid unnecessary stalls on gen2/3. Therefore code must |
50 | * explictly call i915_gem_object_get_fence() to synchronize fencing status | 50 | * explicitly call i915_gem_object_get_fence() to synchronize fencing status |
51 | * for cpu access. Also note that some code wants an unfenced view, for those | 51 | * for cpu access. Also note that some code wants an unfenced view, for those |
52 | * cases the fence can be removed forcefully with i915_gem_object_put_fence(). | 52 | * cases the fence can be removed forcefully with i915_gem_object_put_fence(). |
53 | * | 53 | * |
@@ -527,7 +527,7 @@ void i915_gem_restore_fences(struct drm_device *dev) | |||
527 | * required. | 527 | * required. |
528 | * | 528 | * |
529 | * When bit 17 is XORed in, we simply refuse to tile at all. Bit | 529 | * When bit 17 is XORed in, we simply refuse to tile at all. Bit |
530 | * 17 is not just a page offset, so as we page an objet out and back in, | 530 | * 17 is not just a page offset, so as we page an object out and back in, |
531 | * individual pages in it will have different bit 17 addresses, resulting in | 531 | * individual pages in it will have different bit 17 addresses, resulting in |
532 | * each 64 bytes being swapped with its neighbor! | 532 | * each 64 bytes being swapped with its neighbor! |
533 | * | 533 | * |
diff --git a/drivers/infiniband/hw/usnic/usnic_ib_qp_grp.c b/drivers/infiniband/hw/usnic/usnic_ib_qp_grp.c index 5f44b66ccb86..5b0248adf4ce 100644 --- a/drivers/infiniband/hw/usnic/usnic_ib_qp_grp.c +++ b/drivers/infiniband/hw/usnic/usnic_ib_qp_grp.c | |||
@@ -64,7 +64,7 @@ const char *usnic_ib_qp_grp_state_to_string(enum ib_qp_state state) | |||
64 | case IB_QPS_ERR: | 64 | case IB_QPS_ERR: |
65 | return "ERR"; | 65 | return "ERR"; |
66 | default: | 66 | default: |
67 | return "UNKOWN STATE"; | 67 | return "UNKNOWN STATE"; |
68 | 68 | ||
69 | } | 69 | } |
70 | } | 70 | } |
diff --git a/drivers/input/touchscreen/wdt87xx_i2c.c b/drivers/input/touchscreen/wdt87xx_i2c.c index 515c20a6e10f..73861ad22df4 100644 --- a/drivers/input/touchscreen/wdt87xx_i2c.c +++ b/drivers/input/touchscreen/wdt87xx_i2c.c | |||
@@ -848,7 +848,7 @@ static int wdt87xx_do_update_firmware(struct i2c_client *client, | |||
848 | error = wdt87xx_get_sysparam(client, &wdt->param); | 848 | error = wdt87xx_get_sysparam(client, &wdt->param); |
849 | if (error) | 849 | if (error) |
850 | dev_err(&client->dev, | 850 | dev_err(&client->dev, |
851 | "failed to refresh system paramaters: %d\n", error); | 851 | "failed to refresh system parameters: %d\n", error); |
852 | out: | 852 | out: |
853 | enable_irq(client->irq); | 853 | enable_irq(client->irq); |
854 | mutex_unlock(&wdt->fw_mutex); | 854 | mutex_unlock(&wdt->fw_mutex); |
diff --git a/drivers/net/ethernet/nuvoton/w90p910_ether.c b/drivers/net/ethernet/nuvoton/w90p910_ether.c index afa445842f3e..52d9a94aebb9 100644 --- a/drivers/net/ethernet/nuvoton/w90p910_ether.c +++ b/drivers/net/ethernet/nuvoton/w90p910_ether.c | |||
@@ -1038,7 +1038,7 @@ static int w90p910_ether_probe(struct platform_device *pdev) | |||
1038 | 1038 | ||
1039 | error = register_netdev(dev); | 1039 | error = register_netdev(dev); |
1040 | if (error != 0) { | 1040 | if (error != 0) { |
1041 | dev_err(&pdev->dev, "Regiter EMC w90p910 FAILED\n"); | 1041 | dev_err(&pdev->dev, "Register EMC w90p910 FAILED\n"); |
1042 | error = -ENODEV; | 1042 | error = -ENODEV; |
1043 | goto failed_put_rmiiclk; | 1043 | goto failed_put_rmiiclk; |
1044 | } | 1044 | } |
diff --git a/drivers/net/wireless/realtek/rtlwifi/rtl8821ae/dm.c b/drivers/net/wireless/realtek/rtlwifi/rtl8821ae/dm.c index b57cfd965196..95dcbff4673b 100644 --- a/drivers/net/wireless/realtek/rtlwifi/rtl8821ae/dm.c +++ b/drivers/net/wireless/realtek/rtlwifi/rtl8821ae/dm.c | |||
@@ -626,7 +626,7 @@ static void rtl8821ae_dm_find_minimum_rssi(struct ieee80211_hw *hw) | |||
626 | rtl_dm_dig->min_undec_pwdb_for_dm = | 626 | rtl_dm_dig->min_undec_pwdb_for_dm = |
627 | rtlpriv->dm.entry_min_undec_sm_pwdb; | 627 | rtlpriv->dm.entry_min_undec_sm_pwdb; |
628 | RT_TRACE(rtlpriv, COMP_BB_POWERSAVING, DBG_LOUD, | 628 | RT_TRACE(rtlpriv, COMP_BB_POWERSAVING, DBG_LOUD, |
629 | "AP Ext Port or disconnet PWDB = 0x%x\n", | 629 | "AP Ext Port or disconnect PWDB = 0x%x\n", |
630 | rtl_dm_dig->min_undec_pwdb_for_dm); | 630 | rtl_dm_dig->min_undec_pwdb_for_dm); |
631 | } | 631 | } |
632 | RT_TRACE(rtlpriv, COMP_DIG, DBG_LOUD, | 632 | RT_TRACE(rtlpriv, COMP_DIG, DBG_LOUD, |
diff --git a/drivers/rtc/rtc-rx8025.c b/drivers/rtc/rtc-rx8025.c index b69647e0be23..9f105efbc546 100644 --- a/drivers/rtc/rtc-rx8025.c +++ b/drivers/rtc/rtc-rx8025.c | |||
@@ -7,7 +7,7 @@ | |||
7 | * All rights reserved. | 7 | * All rights reserved. |
8 | * | 8 | * |
9 | * Modified by fengjh at rising.com.cn | 9 | * Modified by fengjh at rising.com.cn |
10 | * <http://lists.lm-sensors.org/mailman/listinfo/lm-sensors> | 10 | * <lm-sensors@lm-sensors.org> |
11 | * 2006.11 | 11 | * 2006.11 |
12 | * | 12 | * |
13 | * Code cleanup by Sergei Poselenov, <sposelenov@emcraft.com> | 13 | * Code cleanup by Sergei Poselenov, <sposelenov@emcraft.com> |
diff --git a/drivers/usb/gadget/legacy/Kconfig b/drivers/usb/gadget/legacy/Kconfig index a23d1b90454c..0b36878eb5fd 100644 --- a/drivers/usb/gadget/legacy/Kconfig +++ b/drivers/usb/gadget/legacy/Kconfig | |||
@@ -103,8 +103,7 @@ config USB_ETH | |||
103 | - CDC Ethernet Emulation Model (EEM) is a newer standard that has | 103 | - CDC Ethernet Emulation Model (EEM) is a newer standard that has |
104 | a simpler interface that can be used by more USB hardware. | 104 | a simpler interface that can be used by more USB hardware. |
105 | 105 | ||
106 | RNDIS support is an additional option, more demanding than than | 106 | RNDIS support is an additional option, more demanding than subset. |
107 | subset. | ||
108 | 107 | ||
109 | Within the USB device, this gadget driver exposes a network device | 108 | Within the USB device, this gadget driver exposes a network device |
110 | "usbX", where X depends on what other networking devices you have. | 109 | "usbX", where X depends on what other networking devices you have. |
diff --git a/kernel/time/timekeeping.c b/kernel/time/timekeeping.c index 9c629bbed572..479d25cd3d4f 100644 --- a/kernel/time/timekeeping.c +++ b/kernel/time/timekeeping.c | |||
@@ -131,7 +131,7 @@ static void timekeeping_check_update(struct timekeeper *tk, cycle_t offset) | |||
131 | printk_deferred(" timekeeping: Your kernel is sick, but tries to cope by capping time updates\n"); | 131 | printk_deferred(" timekeeping: Your kernel is sick, but tries to cope by capping time updates\n"); |
132 | } else { | 132 | } else { |
133 | if (offset > (max_cycles >> 1)) { | 133 | if (offset > (max_cycles >> 1)) { |
134 | printk_deferred("INFO: timekeeping: Cycle offset (%lld) is larger than the the '%s' clock's 50%% safety margin (%lld)\n", | 134 | printk_deferred("INFO: timekeeping: Cycle offset (%lld) is larger than the '%s' clock's 50%% safety margin (%lld)\n", |
135 | offset, name, max_cycles >> 1); | 135 | offset, name, max_cycles >> 1); |
136 | printk_deferred(" timekeeping: Your kernel is still fine, but is feeling a bit nervous\n"); | 136 | printk_deferred(" timekeeping: Your kernel is still fine, but is feeling a bit nervous\n"); |
137 | } | 137 | } |
diff --git a/lib/842/842_decompress.c b/lib/842/842_decompress.c index a7f278d2ed8f..11fc39b4032b 100644 --- a/lib/842/842_decompress.c +++ b/lib/842/842_decompress.c | |||
@@ -254,7 +254,7 @@ static int do_op(struct sw842_param *p, u8 o) | |||
254 | case OP_ACTION_NOOP: | 254 | case OP_ACTION_NOOP: |
255 | break; | 255 | break; |
256 | default: | 256 | default: |
257 | pr_err("Interal error, invalid op %x\n", op); | 257 | pr_err("Internal error, invalid op %x\n", op); |
258 | return -EINVAL; | 258 | return -EINVAL; |
259 | } | 259 | } |
260 | 260 | ||
diff --git a/lib/flex_proportions.c b/lib/flex_proportions.c index 8f25652f40d4..a71cf1bdd4c9 100644 --- a/lib/flex_proportions.c +++ b/lib/flex_proportions.c | |||
@@ -17,7 +17,7 @@ | |||
17 | * | 17 | * |
18 | * \Sum_{j} p_{j} = 1, | 18 | * \Sum_{j} p_{j} = 1, |
19 | * | 19 | * |
20 | * This formula can be straightforwardly computed by maintaing denominator | 20 | * This formula can be straightforwardly computed by maintaining denominator |
21 | * (let's call it 'd') and for each event type its numerator (let's call it | 21 | * (let's call it 'd') and for each event type its numerator (let's call it |
22 | * 'n_j'). When an event of type 'j' happens, we simply need to do: | 22 | * 'n_j'). When an event of type 'j' happens, we simply need to do: |
23 | * n_j++; d++; | 23 | * n_j++; d++; |
diff --git a/lib/percpu-refcount.c b/lib/percpu-refcount.c index 6111bcb28376..27fe74948882 100644 --- a/lib/percpu-refcount.c +++ b/lib/percpu-refcount.c | |||
@@ -12,7 +12,7 @@ | |||
12 | * particular cpu can (and will) wrap - this is fine, when we go to shutdown the | 12 | * particular cpu can (and will) wrap - this is fine, when we go to shutdown the |
13 | * percpu counters will all sum to the correct value | 13 | * percpu counters will all sum to the correct value |
14 | * | 14 | * |
15 | * (More precisely: because moduler arithmatic is commutative the sum of all the | 15 | * (More precisely: because modular arithmetic is commutative the sum of all the |
16 | * percpu_count vars will be equal to what it would have been if all the gets | 16 | * percpu_count vars will be equal to what it would have been if all the gets |
17 | * and puts were done to a single integer, even if some of the percpu integers | 17 | * and puts were done to a single integer, even if some of the percpu integers |
18 | * overflow or underflow). | 18 | * overflow or underflow). |
diff --git a/mm/balloon_compaction.c b/mm/balloon_compaction.c index 300117f1a08f..57b3e9bd6bc5 100644 --- a/mm/balloon_compaction.c +++ b/mm/balloon_compaction.c | |||
@@ -13,10 +13,10 @@ | |||
13 | /* | 13 | /* |
14 | * balloon_page_enqueue - allocates a new page and inserts it into the balloon | 14 | * balloon_page_enqueue - allocates a new page and inserts it into the balloon |
15 | * page list. | 15 | * page list. |
16 | * @b_dev_info: balloon device decriptor where we will insert a new page to | 16 | * @b_dev_info: balloon device descriptor where we will insert a new page to |
17 | * | 17 | * |
18 | * Driver must call it to properly allocate a new enlisted balloon page | 18 | * Driver must call it to properly allocate a new enlisted balloon page |
19 | * before definetively removing it from the guest system. | 19 | * before definitively removing it from the guest system. |
20 | * This function returns the page address for the recently enqueued page or | 20 | * This function returns the page address for the recently enqueued page or |
21 | * NULL in the case we fail to allocate a new page this turn. | 21 | * NULL in the case we fail to allocate a new page this turn. |
22 | */ | 22 | */ |
diff --git a/net/openvswitch/vport-geneve.c b/net/openvswitch/vport-geneve.c index 30ab8e127288..1a1fcec88695 100644 --- a/net/openvswitch/vport-geneve.c +++ b/net/openvswitch/vport-geneve.c | |||
@@ -132,6 +132,6 @@ static void __exit ovs_geneve_tnl_exit(void) | |||
132 | module_init(ovs_geneve_tnl_init); | 132 | module_init(ovs_geneve_tnl_init); |
133 | module_exit(ovs_geneve_tnl_exit); | 133 | module_exit(ovs_geneve_tnl_exit); |
134 | 134 | ||
135 | MODULE_DESCRIPTION("OVS: Geneve swiching port"); | 135 | MODULE_DESCRIPTION("OVS: Geneve switching port"); |
136 | MODULE_LICENSE("GPL"); | 136 | MODULE_LICENSE("GPL"); |
137 | MODULE_ALIAS("vport-type-5"); | 137 | MODULE_ALIAS("vport-type-5"); |
diff --git a/tools/testing/selftests/timers/alarmtimer-suspend.c b/tools/testing/selftests/timers/alarmtimer-suspend.c index 72cacf5383dd..2b361b830395 100644 --- a/tools/testing/selftests/timers/alarmtimer-suspend.c +++ b/tools/testing/selftests/timers/alarmtimer-suspend.c | |||
@@ -153,7 +153,7 @@ int main(void) | |||
153 | 153 | ||
154 | alarmcount = 0; | 154 | alarmcount = 0; |
155 | if (timer_create(alarm_clock_id, &se, &tm1) == -1) { | 155 | if (timer_create(alarm_clock_id, &se, &tm1) == -1) { |
156 | printf("timer_create failled, %s unspported?\n", | 156 | printf("timer_create failed, %s unsupported?\n", |
157 | clockstring(alarm_clock_id)); | 157 | clockstring(alarm_clock_id)); |
158 | break; | 158 | break; |
159 | } | 159 | } |