aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLinus Torvalds <torvalds@linux-foundation.org>2017-05-02 22:09:35 -0400
committerLinus Torvalds <torvalds@linux-foundation.org>2017-05-02 22:09:35 -0400
commit89c9fea3c8034cdb2fd745f551cde0b507fd6893 (patch)
treec20880998ad9a212c83818eb3b62eaacab45a1fa
parent76f1948a79b26d5f57a5ee9941876b745c6baaea (diff)
parent6fbc8798d9461c0ff22fab9fbaddde13de815941 (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: tty: fix comment for __tty_alloc_driver() init/main: properly align the multi-line comment init/main: Fix double "the" in comment Fix dead URLs to ftp.kernel.org drivers: Clean up duplicated email address treewide: Fix typo in xml/driver-api/basics.xml tools/testing/selftests/powerpc: remove redundant CFLAGS in Makefile: "-Wall -O2 -Wall" -> "-O2 -Wall" selftests/timers: Spelling s/privledges/privileges/ HID: picoLCD: Spelling s/REPORT_WRTIE_MEMORY/REPORT_WRITE_MEMORY/ net: phy: dp83848: Fix Typo UBI: Fix typos Documentation: ftrace.txt: Correct nice value of 120 priority net: fec: Fix typo in error msg and comment treewide: Fix typos in printk
-rw-r--r--Documentation/trace/ftrace.txt2
-rw-r--r--MAINTAINERS2
-rw-r--r--drivers/block/Kconfig2
-rw-r--r--drivers/gpu/drm/sti/sti_compositor.c2
-rw-r--r--drivers/hid/hid-picolcd_debugfs.c2
-rw-r--r--drivers/macintosh/via-macii.c2
-rw-r--r--drivers/md/Kconfig2
-rw-r--r--drivers/media/dvb-frontends/horus3a.c2
-rw-r--r--drivers/media/platform/mtk-vpu/mtk_vpu.c2
-rw-r--r--drivers/misc/cxl/flash.c2
-rw-r--r--drivers/mtd/ubi/Kconfig2
-rw-r--r--drivers/mtd/ubi/io.c2
-rw-r--r--drivers/mtd/ubi/ubi.h3
-rw-r--r--drivers/net/ethernet/freescale/fec_main.c4
-rw-r--r--drivers/net/phy/dp83848.c2
-rw-r--r--drivers/net/wireless/realtek/rtlwifi/rtl8821ae/hw.c2
-rw-r--r--drivers/pinctrl/pinctrl-amd.c2
-rw-r--r--drivers/scsi/mac_esp.c2
-rw-r--r--drivers/scsi/snic/snic_scsi.c2
-rw-r--r--drivers/tty/tty_io.c2
-rw-r--r--fs/autofs4/Kconfig2
-rw-r--r--include/linux/sched.h2
-rw-r--r--init/main.c10
-rw-r--r--kernel/sched/fair.c2
-rw-r--r--kernel/time/hrtimer.c2
-rw-r--r--kernel/time/timer.c2
-rw-r--r--scripts/ksymoops/README5
-rwxr-xr-xscripts/package/builddeb4
-rw-r--r--tools/perf/builtin-probe.c2
-rw-r--r--tools/testing/selftests/powerpc/Makefile2
-rw-r--r--tools/testing/selftests/timers/Makefile4
31 files changed, 39 insertions, 41 deletions
diff --git a/Documentation/trace/ftrace.txt b/Documentation/trace/ftrace.txt
index 006f47c7d913..94a987bd2bc5 100644
--- a/Documentation/trace/ftrace.txt
+++ b/Documentation/trace/ftrace.txt
@@ -1546,7 +1546,7 @@ Note, that the trace data shows the internal priority (99 - rtprio).
1546 1546
1547 <idle>-0 3d..3 5us : 0:120:R ==> [003] 2389: 94:R sleep 1547 <idle>-0 3d..3 5us : 0:120:R ==> [003] 2389: 94:R sleep
1548 1548
1549The 0:120:R means idle was running with a nice priority of 0 (120 - 20) 1549The 0:120:R means idle was running with a nice priority of 0 (120 - 120)
1550and in the running state 'R'. The sleep task was scheduled in with 1550and in the running state 'R'. The sleep task was scheduled in with
15512389: 94:R. That is the priority is the kernel rtprio (99 - 5 = 94) 15512389: 94:R. That is the priority is the kernel rtprio (99 - 5 = 94)
1552and it too is in the running state. 1552and it too is in the running state.
diff --git a/MAINTAINERS b/MAINTAINERS
index bb4c9773a83c..45b173ab0463 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -10143,7 +10143,7 @@ W: http://sourceforge.net/projects/accel-pptp
10143PREEMPTIBLE KERNEL 10143PREEMPTIBLE KERNEL
10144M: Robert Love <rml@tech9.net> 10144M: Robert Love <rml@tech9.net>
10145L: kpreempt-tech@lists.sourceforge.net 10145L: kpreempt-tech@lists.sourceforge.net
10146W: ftp://ftp.kernel.org/pub/linux/kernel/people/rml/preempt-kernel 10146W: https://www.kernel.org/pub/linux/kernel/people/rml/preempt-kernel
10147S: Supported 10147S: Supported
10148F: Documentation/preempt-locking.txt 10148F: Documentation/preempt-locking.txt
10149F: include/linux/preempt.h 10149F: include/linux/preempt.h
diff --git a/drivers/block/Kconfig b/drivers/block/Kconfig
index 19df4918e37e..d545abbd5378 100644
--- a/drivers/block/Kconfig
+++ b/drivers/block/Kconfig
@@ -219,7 +219,7 @@ config BLK_DEV_LOOP
219 219
220 To use the loop device, you need the losetup utility, found in the 220 To use the loop device, you need the losetup utility, found in the
221 util-linux package, see 221 util-linux package, see
222 <ftp://ftp.kernel.org/pub/linux/utils/util-linux/>. 222 <https://www.kernel.org/pub/linux/utils/util-linux/>.
223 223
224 The loop device driver can also be used to "hide" a file system in 224 The loop device driver can also be used to "hide" a file system in
225 a disk partition, floppy, or regular file, either using encryption 225 a disk partition, floppy, or regular file, either using encryption
diff --git a/drivers/gpu/drm/sti/sti_compositor.c b/drivers/gpu/drm/sti/sti_compositor.c
index f62041fe8412..11d4e885893a 100644
--- a/drivers/gpu/drm/sti/sti_compositor.c
+++ b/drivers/gpu/drm/sti/sti_compositor.c
@@ -89,7 +89,7 @@ static int sti_compositor_bind(struct device *dev,
89 /* Nothing to do, wait for the second round */ 89 /* Nothing to do, wait for the second round */
90 break; 90 break;
91 default: 91 default:
92 DRM_ERROR("Unknow subdev compoment type\n"); 92 DRM_ERROR("Unknown subdev component type\n");
93 return 1; 93 return 1;
94 } 94 }
95 } 95 }
diff --git a/drivers/hid/hid-picolcd_debugfs.c b/drivers/hid/hid-picolcd_debugfs.c
index 3c13af684410..3e0feb4bb538 100644
--- a/drivers/hid/hid-picolcd_debugfs.c
+++ b/drivers/hid/hid-picolcd_debugfs.c
@@ -736,7 +736,7 @@ void picolcd_debug_raw_event(struct picolcd_data *data,
736 } 736 }
737 break; 737 break;
738 case REPORT_MEMORY: 738 case REPORT_MEMORY:
739 /* Data buffer in response to REPORT_READ_MEMORY or REPORT_WRTIE_MEMORY */ 739 /* Data buffer in response to REPORT_READ_MEMORY or REPORT_WRITE_MEMORY */
740 snprintf(buff, BUFF_SZ, "report %s (%d, size=%d)\n", 740 snprintf(buff, BUFF_SZ, "report %s (%d, size=%d)\n",
741 "REPORT_MEMORY", report->id, size-1); 741 "REPORT_MEMORY", report->id, size-1);
742 hid_debug_event(hdev, buff); 742 hid_debug_event(hdev, buff);
diff --git a/drivers/macintosh/via-macii.c b/drivers/macintosh/via-macii.c
index 3725f088f17e..415c145c8299 100644
--- a/drivers/macintosh/via-macii.c
+++ b/drivers/macintosh/via-macii.c
@@ -12,7 +12,7 @@
12 * 1999-08-02 (jmt) - Initial rewrite for Unified ADB. 12 * 1999-08-02 (jmt) - Initial rewrite for Unified ADB.
13 * 2000-03-29 Tony Mantler <tonym@mac.linux-m68k.org> 13 * 2000-03-29 Tony Mantler <tonym@mac.linux-m68k.org>
14 * - Big overhaul, should actually work now. 14 * - Big overhaul, should actually work now.
15 * 2006-12-31 Finn Thain <fthain@telegraphics.com.au> - Another overhaul. 15 * 2006-12-31 Finn Thain - Another overhaul.
16 * 16 *
17 * Suggested reading: 17 * Suggested reading:
18 * Inside Macintosh, ch. 5 ADB Manager 18 * Inside Macintosh, ch. 5 ADB Manager
diff --git a/drivers/md/Kconfig b/drivers/md/Kconfig
index b7767da50c26..585ff3284bf5 100644
--- a/drivers/md/Kconfig
+++ b/drivers/md/Kconfig
@@ -115,7 +115,7 @@ config MD_RAID10
115 115
116 RAID-10 requires mdadm-1.7.0 or later, available at: 116 RAID-10 requires mdadm-1.7.0 or later, available at:
117 117
118 ftp://ftp.kernel.org/pub/linux/utils/raid/mdadm/ 118 https://www.kernel.org/pub/linux/utils/raid/mdadm/
119 119
120 If unsure, say Y. 120 If unsure, say Y.
121 121
diff --git a/drivers/media/dvb-frontends/horus3a.c b/drivers/media/dvb-frontends/horus3a.c
index 94bb4f7a2298..68d759c4c52e 100644
--- a/drivers/media/dvb-frontends/horus3a.c
+++ b/drivers/media/dvb-frontends/horus3a.c
@@ -404,6 +404,6 @@ struct dvb_frontend *horus3a_attach(struct dvb_frontend *fe,
404} 404}
405EXPORT_SYMBOL(horus3a_attach); 405EXPORT_SYMBOL(horus3a_attach);
406 406
407MODULE_DESCRIPTION("Sony HORUS3A sattelite tuner driver"); 407MODULE_DESCRIPTION("Sony HORUS3A satellite tuner driver");
408MODULE_AUTHOR("Sergey Kozlov <serjk@netup.ru>"); 408MODULE_AUTHOR("Sergey Kozlov <serjk@netup.ru>");
409MODULE_LICENSE("GPL"); 409MODULE_LICENSE("GPL");
diff --git a/drivers/media/platform/mtk-vpu/mtk_vpu.c b/drivers/media/platform/mtk-vpu/mtk_vpu.c
index 463b69c934be..aa44e11decca 100644
--- a/drivers/media/platform/mtk-vpu/mtk_vpu.c
+++ b/drivers/media/platform/mtk-vpu/mtk_vpu.c
@@ -589,7 +589,7 @@ int vpu_load_firmware(struct platform_device *pdev)
589 ); 589 );
590 if (ret == 0) { 590 if (ret == 0) {
591 ret = -ETIME; 591 ret = -ETIME;
592 dev_err(dev, "wait vpu initialization timout!\n"); 592 dev_err(dev, "wait vpu initialization timeout!\n");
593 goto OUT_LOAD_FW; 593 goto OUT_LOAD_FW;
594 } else if (-ERESTARTSYS == ret) { 594 } else if (-ERESTARTSYS == ret) {
595 dev_err(dev, "wait vpu interrupted by a signal!\n"); 595 dev_err(dev, "wait vpu interrupted by a signal!\n");
diff --git a/drivers/misc/cxl/flash.c b/drivers/misc/cxl/flash.c
index c63d61e17d56..7c61c70ba3f6 100644
--- a/drivers/misc/cxl/flash.c
+++ b/drivers/misc/cxl/flash.c
@@ -343,7 +343,7 @@ static int transfer_image(struct cxl *adapter, int operation,
343 return rc; 343 return rc;
344 } 344 }
345 if (rc == 0) { 345 if (rc == 0) {
346 pr_devel("remove curent afu\n"); 346 pr_devel("remove current afu\n");
347 for (afu = 0; afu < adapter->slices; afu++) 347 for (afu = 0; afu < adapter->slices; afu++)
348 cxl_guest_remove_afu(adapter->afu[afu]); 348 cxl_guest_remove_afu(adapter->afu[afu]);
349 349
diff --git a/drivers/mtd/ubi/Kconfig b/drivers/mtd/ubi/Kconfig
index f0855ce08ed9..43d131f5ae10 100644
--- a/drivers/mtd/ubi/Kconfig
+++ b/drivers/mtd/ubi/Kconfig
@@ -2,7 +2,7 @@ menuconfig MTD_UBI
2 tristate "Enable UBI - Unsorted block images" 2 tristate "Enable UBI - Unsorted block images"
3 select CRC32 3 select CRC32
4 help 4 help
5 UBI is a software layer above MTD layer which admits of LVM-like 5 UBI is a software layer above MTD layer which admits use of LVM-like
6 logical volumes on top of MTD devices, hides some complexities of 6 logical volumes on top of MTD devices, hides some complexities of
7 flash chips like wear and bad blocks and provides some other useful 7 flash chips like wear and bad blocks and provides some other useful
8 capabilities. Please, consult the MTD web site for more details 8 capabilities. Please, consult the MTD web site for more details
diff --git a/drivers/mtd/ubi/io.c b/drivers/mtd/ubi/io.c
index b6fb8f945c21..8290432017ce 100644
--- a/drivers/mtd/ubi/io.c
+++ b/drivers/mtd/ubi/io.c
@@ -45,7 +45,7 @@
45 * About minimal I/O units. In general, UBI assumes flash device model where 45 * About minimal I/O units. In general, UBI assumes flash device model where
46 * there is only one minimal I/O unit size. E.g., in case of NOR flash it is 1, 46 * there is only one minimal I/O unit size. E.g., in case of NOR flash it is 1,
47 * in case of NAND flash it is a NAND page, etc. This is reported by MTD in the 47 * in case of NAND flash it is a NAND page, etc. This is reported by MTD in the
48 * @ubi->mtd->writesize field. But as an exception, UBI admits of using another 48 * @ubi->mtd->writesize field. But as an exception, UBI admits use of another
49 * (smaller) minimal I/O unit size for EC and VID headers to make it possible 49 * (smaller) minimal I/O unit size for EC and VID headers to make it possible
50 * to do different optimizations. 50 * to do different optimizations.
51 * 51 *
diff --git a/drivers/mtd/ubi/ubi.h b/drivers/mtd/ubi/ubi.h
index 697dbcba7371..5fe62653995e 100644
--- a/drivers/mtd/ubi/ubi.h
+++ b/drivers/mtd/ubi/ubi.h
@@ -544,8 +544,7 @@ struct ubi_debug_info {
544 * @vid_hdr_aloffset: starting offset of the VID header aligned to 544 * @vid_hdr_aloffset: starting offset of the VID header aligned to
545 * @hdrs_min_io_size 545 * @hdrs_min_io_size
546 * @vid_hdr_shift: contains @vid_hdr_offset - @vid_hdr_aloffset 546 * @vid_hdr_shift: contains @vid_hdr_offset - @vid_hdr_aloffset
547 * @bad_allowed: whether the MTD device admits of bad physical eraseblocks or 547 * @bad_allowed: whether the MTD device admits bad physical eraseblocks or not
548 * not
549 * @nor_flash: non-zero if working on top of NOR flash 548 * @nor_flash: non-zero if working on top of NOR flash
550 * @max_write_size: maximum amount of bytes the underlying flash can write at a 549 * @max_write_size: maximum amount of bytes the underlying flash can write at a
551 * time (MTD write buffer size) 550 * time (MTD write buffer size)
diff --git a/drivers/net/ethernet/freescale/fec_main.c b/drivers/net/ethernet/freescale/fec_main.c
index a92bf94f8e94..56a563f90b0b 100644
--- a/drivers/net/ethernet/freescale/fec_main.c
+++ b/drivers/net/ethernet/freescale/fec_main.c
@@ -2002,7 +2002,7 @@ static int fec_enet_mii_init(struct platform_device *pdev)
2002 mii_speed--; 2002 mii_speed--;
2003 if (mii_speed > 63) { 2003 if (mii_speed > 63) {
2004 dev_err(&pdev->dev, 2004 dev_err(&pdev->dev,
2005 "fec clock (%lu) to fast to get right mii speed\n", 2005 "fec clock (%lu) too fast to get right mii speed\n",
2006 clk_get_rate(fep->clk_ipg)); 2006 clk_get_rate(fep->clk_ipg));
2007 err = -EINVAL; 2007 err = -EINVAL;
2008 goto err_out; 2008 goto err_out;
@@ -2948,7 +2948,7 @@ static void set_multicast_list(struct net_device *ndev)
2948 } 2948 }
2949 2949
2950 /* only upper 6 bits (FEC_HASH_BITS) are used 2950 /* only upper 6 bits (FEC_HASH_BITS) are used
2951 * which point to specific bit in he hash registers 2951 * which point to specific bit in the hash registers
2952 */ 2952 */
2953 hash = (crc >> (32 - FEC_HASH_BITS)) & 0x3f; 2953 hash = (crc >> (32 - FEC_HASH_BITS)) & 0x3f;
2954 2954
diff --git a/drivers/net/phy/dp83848.c b/drivers/net/phy/dp83848.c
index a10d0e7fc5f7..3de4fe4dda77 100644
--- a/drivers/net/phy/dp83848.c
+++ b/drivers/net/phy/dp83848.c
@@ -115,5 +115,5 @@ static struct phy_driver dp83848_driver[] = {
115module_phy_driver(dp83848_driver); 115module_phy_driver(dp83848_driver);
116 116
117MODULE_DESCRIPTION("Texas Instruments DP83848 PHY driver"); 117MODULE_DESCRIPTION("Texas Instruments DP83848 PHY driver");
118MODULE_AUTHOR("Andrew F. Davis <afd@ti.com"); 118MODULE_AUTHOR("Andrew F. Davis <afd@ti.com>");
119MODULE_LICENSE("GPL"); 119MODULE_LICENSE("GPL");
diff --git a/drivers/net/wireless/realtek/rtlwifi/rtl8821ae/hw.c b/drivers/net/wireless/realtek/rtlwifi/rtl8821ae/hw.c
index 3571ce4bd276..2bc6bace069c 100644
--- a/drivers/net/wireless/realtek/rtlwifi/rtl8821ae/hw.c
+++ b/drivers/net/wireless/realtek/rtlwifi/rtl8821ae/hw.c
@@ -2111,7 +2111,7 @@ static enum version_8821ae _rtl8821ae_read_chip_version(struct ieee80211_hw *hw)
2111 break; 2111 break;
2112 default: 2112 default:
2113 RT_TRACE(rtlpriv, COMP_INIT, DBG_LOUD, 2113 RT_TRACE(rtlpriv, COMP_INIT, DBG_LOUD,
2114 "Chip Version ID: Unknow (0x%X)\n", version); 2114 "Chip Version ID: Unknown (0x%X)\n", version);
2115 break; 2115 break;
2116 } 2116 }
2117 2117
diff --git a/drivers/pinctrl/pinctrl-amd.c b/drivers/pinctrl/pinctrl-amd.c
index 043ac9bcbccb..1482d132fbb8 100644
--- a/drivers/pinctrl/pinctrl-amd.c
+++ b/drivers/pinctrl/pinctrl-amd.c
@@ -241,7 +241,7 @@ static void amd_gpio_dbg_show(struct seq_file *s, struct gpio_chip *gc)
241 pin_reg & BIT(ACTIVE_LEVEL_OFF + 1)) 241 pin_reg & BIT(ACTIVE_LEVEL_OFF + 1))
242 active_level = "Active on both|"; 242 active_level = "Active on both|";
243 else 243 else
244 active_level = "Unknow Active level|"; 244 active_level = "Unknown Active level|";
245 245
246 if (pin_reg & BIT(LEVEL_TRIG_OFF)) 246 if (pin_reg & BIT(LEVEL_TRIG_OFF))
247 level_trig = "Level trigger|"; 247 level_trig = "Level trigger|";
diff --git a/drivers/scsi/mac_esp.c b/drivers/scsi/mac_esp.c
index 14c0334f41e4..bb567d3b0693 100644
--- a/drivers/scsi/mac_esp.c
+++ b/drivers/scsi/mac_esp.c
@@ -631,7 +631,7 @@ static void __exit mac_esp_exit(void)
631} 631}
632 632
633MODULE_DESCRIPTION("Mac ESP SCSI driver"); 633MODULE_DESCRIPTION("Mac ESP SCSI driver");
634MODULE_AUTHOR("Finn Thain <fthain@telegraphics.com.au>"); 634MODULE_AUTHOR("Finn Thain");
635MODULE_LICENSE("GPL v2"); 635MODULE_LICENSE("GPL v2");
636MODULE_VERSION(DRV_VERSION); 636MODULE_VERSION(DRV_VERSION);
637MODULE_ALIAS("platform:" DRV_MODULE_NAME); 637MODULE_ALIAS("platform:" DRV_MODULE_NAME);
diff --git a/drivers/scsi/snic/snic_scsi.c b/drivers/scsi/snic/snic_scsi.c
index abada16b375b..da979a73baa0 100644
--- a/drivers/scsi/snic/snic_scsi.c
+++ b/drivers/scsi/snic/snic_scsi.c
@@ -1066,7 +1066,7 @@ ioctl_hba_rst:
1066 if (!snic->remove_wait) { 1066 if (!snic->remove_wait) {
1067 spin_unlock_irqrestore(io_lock, flags); 1067 spin_unlock_irqrestore(io_lock, flags);
1068 SNIC_HOST_ERR(snic->shost, 1068 SNIC_HOST_ERR(snic->shost,
1069 "reset_cmpl:host reset completed after timout\n"); 1069 "reset_cmpl:host reset completed after timeout\n");
1070 ret = 1; 1070 ret = 1;
1071 1071
1072 return ret; 1072 return ret;
diff --git a/drivers/tty/tty_io.c b/drivers/tty/tty_io.c
index e6d1a6510886..309d25065bb6 100644
--- a/drivers/tty/tty_io.c
+++ b/drivers/tty/tty_io.c
@@ -3370,7 +3370,7 @@ EXPORT_SYMBOL(tty_unregister_device);
3370/** 3370/**
3371 * __tty_alloc_driver -- allocate tty driver 3371 * __tty_alloc_driver -- allocate tty driver
3372 * @lines: count of lines this driver can handle at most 3372 * @lines: count of lines this driver can handle at most
3373 * @owner: module which is repsonsible for this driver 3373 * @owner: module which is responsible for this driver
3374 * @flags: some of TTY_DRIVER_* flags, will be set in driver->flags 3374 * @flags: some of TTY_DRIVER_* flags, will be set in driver->flags
3375 * 3375 *
3376 * This should not be called directly, some of the provided macros should be 3376 * This should not be called directly, some of the provided macros should be
diff --git a/fs/autofs4/Kconfig b/fs/autofs4/Kconfig
index 1204d6384d39..44727bf18297 100644
--- a/fs/autofs4/Kconfig
+++ b/fs/autofs4/Kconfig
@@ -7,7 +7,7 @@ config AUTOFS4_FS
7 automounter (amd), which is a pure user space daemon. 7 automounter (amd), which is a pure user space daemon.
8 8
9 To use the automounter you need the user-space tools from 9 To use the automounter you need the user-space tools from
10 <ftp://ftp.kernel.org/pub/linux/daemons/autofs/v4/>; you also 10 <https://www.kernel.org/pub/linux/daemons/autofs/v4/>; you also
11 want to answer Y to "NFS file system support", below. 11 want to answer Y to "NFS file system support", below.
12 12
13 To compile this support as a module, choose M here: the module will be 13 To compile this support as a module, choose M here: the module will be
diff --git a/include/linux/sched.h b/include/linux/sched.h
index 186dd6eae958..1e590c3bd581 100644
--- a/include/linux/sched.h
+++ b/include/linux/sched.h
@@ -186,7 +186,7 @@ extern long io_schedule_timeout(long timeout);
186extern void io_schedule(void); 186extern void io_schedule(void);
187 187
188/** 188/**
189 * struct prev_cputime - snaphsot of system and user cputime 189 * struct prev_cputime - snapshot of system and user cputime
190 * @utime: time spent in user mode 190 * @utime: time spent in user mode
191 * @stime: time spent in system mode 191 * @stime: time spent in system mode
192 * @lock: protects the above two fields 192 * @lock: protects the above two fields
diff --git a/init/main.c b/init/main.c
index b0c11cbf5ddf..b1b9dbf7622f 100644
--- a/init/main.c
+++ b/init/main.c
@@ -495,7 +495,7 @@ asmlinkage __visible void __init start_kernel(void)
495 debug_objects_early_init(); 495 debug_objects_early_init();
496 496
497 /* 497 /*
498 * Set up the the initial canary ASAP: 498 * Set up the initial canary ASAP:
499 */ 499 */
500 boot_init_stack_canary(); 500 boot_init_stack_canary();
501 501
@@ -504,10 +504,10 @@ asmlinkage __visible void __init start_kernel(void)
504 local_irq_disable(); 504 local_irq_disable();
505 early_boot_irqs_disabled = true; 505 early_boot_irqs_disabled = true;
506 506
507/* 507 /*
508 * Interrupts are still disabled. Do necessary setups, then 508 * Interrupts are still disabled. Do necessary setups, then
509 * enable them 509 * enable them.
510 */ 510 */
511 boot_cpu_init(); 511 boot_cpu_init();
512 page_address_init(); 512 page_address_init();
513 pr_notice("%s", linux_banner); 513 pr_notice("%s", linux_banner);
diff --git a/kernel/sched/fair.c b/kernel/sched/fair.c
index a903276fcb62..d71109321841 100644
--- a/kernel/sched/fair.c
+++ b/kernel/sched/fair.c
@@ -7631,7 +7631,7 @@ next_group:
7631 7631
7632/** 7632/**
7633 * check_asym_packing - Check to see if the group is packed into the 7633 * check_asym_packing - Check to see if the group is packed into the
7634 * sched doman. 7634 * sched domain.
7635 * 7635 *
7636 * This is primarily intended to used at the sibling level. Some 7636 * This is primarily intended to used at the sibling level. Some
7637 * cores like POWER7 prefer to use lower numbered SMT threads. In the 7637 * cores like POWER7 prefer to use lower numbered SMT threads. In the
diff --git a/kernel/time/hrtimer.c b/kernel/time/hrtimer.c
index a7560123617c..ac053bb5296e 100644
--- a/kernel/time/hrtimer.c
+++ b/kernel/time/hrtimer.c
@@ -987,7 +987,7 @@ EXPORT_SYMBOL_GPL(hrtimer_start_range_ns);
987 * Returns: 987 * Returns:
988 * 0 when the timer was not active 988 * 0 when the timer was not active
989 * 1 when the timer was active 989 * 1 when the timer was active
990 * -1 when the timer is currently excuting the callback function and 990 * -1 when the timer is currently executing the callback function and
991 * cannot be stopped 991 * cannot be stopped
992 */ 992 */
993int hrtimer_try_to_cancel(struct hrtimer *timer) 993int hrtimer_try_to_cancel(struct hrtimer *timer)
diff --git a/kernel/time/timer.c b/kernel/time/timer.c
index cc6b6bdd1329..152a706ef8b8 100644
--- a/kernel/time/timer.c
+++ b/kernel/time/timer.c
@@ -1120,7 +1120,7 @@ void add_timer_on(struct timer_list *timer, int cpu)
1120EXPORT_SYMBOL_GPL(add_timer_on); 1120EXPORT_SYMBOL_GPL(add_timer_on);
1121 1121
1122/** 1122/**
1123 * del_timer - deactive a timer. 1123 * del_timer - deactivate a timer.
1124 * @timer: the timer to be deactivated 1124 * @timer: the timer to be deactivated
1125 * 1125 *
1126 * del_timer() deactivates a timer - this works on both active and inactive 1126 * del_timer() deactivates a timer - this works on both active and inactive
diff --git a/scripts/ksymoops/README b/scripts/ksymoops/README
index f6cb06e3f30e..413043980127 100644
--- a/scripts/ksymoops/README
+++ b/scripts/ksymoops/README
@@ -1,8 +1,7 @@
1ksymoops has been removed from the kernel. It was always meant to be a 1ksymoops has been removed from the kernel. It was always meant to be a
2free standing utility, not linked to any particular kernel version. 2free standing utility, not linked to any particular kernel version.
3The latest version can be found in 3The latest version can be found in
4ftp://ftp.<country>.kernel.org/pub/linux/utils/kernel/ksymoops together 4https://www.kernel.org/pub/linux/utils/kernel/ksymoops together with patches to
5with patches to other utilities in order to give more accurate Oops 5other utilities in order to give more accurate Oops debugging.
6debugging.
7 6
8Keith Owens <kaos@ocs.com.au> Sat Jun 19 10:30:34 EST 1999 7Keith Owens <kaos@ocs.com.au> Sat Jun 19 10:30:34 EST 1999
diff --git a/scripts/package/builddeb b/scripts/package/builddeb
index 3c575cd07888..676fc10c9514 100755
--- a/scripts/package/builddeb
+++ b/scripts/package/builddeb
@@ -262,8 +262,8 @@ EOF
262cat <<EOF > debian/copyright 262cat <<EOF > debian/copyright
263This is a packacked upstream version of the Linux kernel. 263This is a packacked upstream version of the Linux kernel.
264 264
265The sources may be found at most Linux ftp sites, including: 265The sources may be found at most Linux archive sites, including:
266ftp://ftp.kernel.org/pub/linux/kernel 266https://www.kernel.org/pub/linux/kernel
267 267
268Copyright: 1991 - 2015 Linus Torvalds and others. 268Copyright: 1991 - 2015 Linus Torvalds and others.
269 269
diff --git a/tools/perf/builtin-probe.c b/tools/perf/builtin-probe.c
index d7360c2bda13..cf9f9e9c2fc0 100644
--- a/tools/perf/builtin-probe.c
+++ b/tools/perf/builtin-probe.c
@@ -486,7 +486,7 @@ __cmd_probe(int argc, const char **argv)
486 OPT_INCR('v', "verbose", &verbose, 486 OPT_INCR('v', "verbose", &verbose,
487 "be more verbose (show parsed arguments, etc)"), 487 "be more verbose (show parsed arguments, etc)"),
488 OPT_BOOLEAN('q', "quiet", &params.quiet, 488 OPT_BOOLEAN('q', "quiet", &params.quiet,
489 "be quiet (do not show any mesages)"), 489 "be quiet (do not show any messages)"),
490 OPT_CALLBACK_DEFAULT('l', "list", NULL, "[GROUP:]EVENT", 490 OPT_CALLBACK_DEFAULT('l', "list", NULL, "[GROUP:]EVENT",
491 "list up probe events", 491 "list up probe events",
492 opt_set_filter_with_command, DEFAULT_LIST_FILTER), 492 opt_set_filter_with_command, DEFAULT_LIST_FILTER),
diff --git a/tools/testing/selftests/powerpc/Makefile b/tools/testing/selftests/powerpc/Makefile
index bf13fc2297aa..2132ff8eb4e7 100644
--- a/tools/testing/selftests/powerpc/Makefile
+++ b/tools/testing/selftests/powerpc/Makefile
@@ -8,7 +8,7 @@ ifeq ($(ARCH),powerpc)
8 8
9GIT_VERSION = $(shell git describe --always --long --dirty || echo "unknown") 9GIT_VERSION = $(shell git describe --always --long --dirty || echo "unknown")
10 10
11CFLAGS := -std=gnu99 -Wall -O2 -Wall -Werror -DGIT_VERSION='"$(GIT_VERSION)"' -I$(CURDIR)/include $(CFLAGS) 11CFLAGS := -std=gnu99 -O2 -Wall -Werror -DGIT_VERSION='"$(GIT_VERSION)"' -I$(CURDIR)/include $(CFLAGS)
12 12
13export CFLAGS 13export CFLAGS
14 14
diff --git a/tools/testing/selftests/timers/Makefile b/tools/testing/selftests/timers/Makefile
index b90e50c36f9f..5fa1d7e9a915 100644
--- a/tools/testing/selftests/timers/Makefile
+++ b/tools/testing/selftests/timers/Makefile
@@ -3,7 +3,7 @@ CFLAGS += -O3 -Wl,-no-as-needed -Wall $(BUILD_FLAGS)
3LDFLAGS += -lrt -lpthread 3LDFLAGS += -lrt -lpthread
4 4
5# these are all "safe" tests that don't modify 5# these are all "safe" tests that don't modify
6# system time or require escalated privledges 6# system time or require escalated privileges
7TEST_GEN_PROGS = posix_timers nanosleep nsleep-lat set-timer-lat mqueue-lat \ 7TEST_GEN_PROGS = posix_timers nanosleep nsleep-lat set-timer-lat mqueue-lat \
8 inconsistency-check raw_skew threadtest rtctest 8 inconsistency-check raw_skew threadtest rtctest
9 9
@@ -14,7 +14,7 @@ TEST_GEN_PROGS_EXTENDED = alarmtimer-suspend valid-adjtimex adjtick change_skew
14 14
15include ../lib.mk 15include ../lib.mk
16 16
17# these tests require escalated privledges 17# these tests require escalated privileges
18# and may modify the system time or trigger 18# and may modify the system time or trigger
19# other behavior like suspend 19# other behavior like suspend
20run_destructive_tests: run_tests 20run_destructive_tests: run_tests