Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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

+39 -41
+1 -1
Documentation/trace/ftrace.txt
··· 1546 1546 1547 1547 <idle>-0 3d..3 5us : 0:120:R ==> [003] 2389: 94:R sleep 1548 1548 1549 - The 0:120:R means idle was running with a nice priority of 0 (120 - 20) 1549 + The 0:120:R means idle was running with a nice priority of 0 (120 - 120) 1550 1550 and in the running state 'R'. The sleep task was scheduled in with 1551 1551 2389: 94:R. That is the priority is the kernel rtprio (99 - 5 = 94) 1552 1552 and it too is in the running state.
+1 -1
MAINTAINERS
··· 10143 10143 PREEMPTIBLE KERNEL 10144 10144 M: Robert Love <rml@tech9.net> 10145 10145 L: kpreempt-tech@lists.sourceforge.net 10146 - W: ftp://ftp.kernel.org/pub/linux/kernel/people/rml/preempt-kernel 10146 + W: https://www.kernel.org/pub/linux/kernel/people/rml/preempt-kernel 10147 10147 S: Supported 10148 10148 F: Documentation/preempt-locking.txt 10149 10149 F: include/linux/preempt.h
+1 -1
drivers/block/Kconfig
··· 219 219 220 220 To use the loop device, you need the losetup utility, found in the 221 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 224 The loop device driver can also be used to "hide" a file system in 225 225 a disk partition, floppy, or regular file, either using encryption
+1 -1
drivers/gpu/drm/sti/sti_compositor.c
··· 89 89 /* Nothing to do, wait for the second round */ 90 90 break; 91 91 default: 92 - DRM_ERROR("Unknow subdev compoment type\n"); 92 + DRM_ERROR("Unknown subdev component type\n"); 93 93 return 1; 94 94 } 95 95 }
+1 -1
drivers/hid/hid-picolcd_debugfs.c
··· 736 736 } 737 737 break; 738 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 740 snprintf(buff, BUFF_SZ, "report %s (%d, size=%d)\n", 741 741 "REPORT_MEMORY", report->id, size-1); 742 742 hid_debug_event(hdev, buff);
+1 -1
drivers/macintosh/via-macii.c
··· 12 12 * 1999-08-02 (jmt) - Initial rewrite for Unified ADB. 13 13 * 2000-03-29 Tony Mantler <tonym@mac.linux-m68k.org> 14 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 17 * Suggested reading: 18 18 * Inside Macintosh, ch. 5 ADB Manager
+1 -1
drivers/md/Kconfig
··· 115 115 116 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 120 If unsure, say Y. 121 121
+1 -1
drivers/media/dvb-frontends/horus3a.c
··· 404 404 } 405 405 EXPORT_SYMBOL(horus3a_attach); 406 406 407 - MODULE_DESCRIPTION("Sony HORUS3A sattelite tuner driver"); 407 + MODULE_DESCRIPTION("Sony HORUS3A satellite tuner driver"); 408 408 MODULE_AUTHOR("Sergey Kozlov <serjk@netup.ru>"); 409 409 MODULE_LICENSE("GPL");
+1 -1
drivers/media/platform/mtk-vpu/mtk_vpu.c
··· 589 589 ); 590 590 if (ret == 0) { 591 591 ret = -ETIME; 592 - dev_err(dev, "wait vpu initialization timout!\n"); 592 + dev_err(dev, "wait vpu initialization timeout!\n"); 593 593 goto OUT_LOAD_FW; 594 594 } else if (-ERESTARTSYS == ret) { 595 595 dev_err(dev, "wait vpu interrupted by a signal!\n");
+1 -1
drivers/misc/cxl/flash.c
··· 343 343 return rc; 344 344 } 345 345 if (rc == 0) { 346 - pr_devel("remove curent afu\n"); 346 + pr_devel("remove current afu\n"); 347 347 for (afu = 0; afu < adapter->slices; afu++) 348 348 cxl_guest_remove_afu(adapter->afu[afu]); 349 349
+1 -1
drivers/mtd/ubi/Kconfig
··· 2 2 tristate "Enable UBI - Unsorted block images" 3 3 select CRC32 4 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 6 logical volumes on top of MTD devices, hides some complexities of 7 7 flash chips like wear and bad blocks and provides some other useful 8 8 capabilities. Please, consult the MTD web site for more details
+1 -1
drivers/mtd/ubi/io.c
··· 45 45 * About minimal I/O units. In general, UBI assumes flash device model where 46 46 * there is only one minimal I/O unit size. E.g., in case of NOR flash it is 1, 47 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 49 * (smaller) minimal I/O unit size for EC and VID headers to make it possible 50 50 * to do different optimizations. 51 51 *
+1 -2
drivers/mtd/ubi/ubi.h
··· 544 544 * @vid_hdr_aloffset: starting offset of the VID header aligned to 545 545 * @hdrs_min_io_size 546 546 * @vid_hdr_shift: contains @vid_hdr_offset - @vid_hdr_aloffset 547 - * @bad_allowed: whether the MTD device admits of bad physical eraseblocks or 548 - * not 547 + * @bad_allowed: whether the MTD device admits bad physical eraseblocks or not 549 548 * @nor_flash: non-zero if working on top of NOR flash 550 549 * @max_write_size: maximum amount of bytes the underlying flash can write at a 551 550 * time (MTD write buffer size)
+2 -2
drivers/net/ethernet/freescale/fec_main.c
··· 2002 2002 mii_speed--; 2003 2003 if (mii_speed > 63) { 2004 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 2006 clk_get_rate(fep->clk_ipg)); 2007 2007 err = -EINVAL; 2008 2008 goto err_out; ··· 2948 2948 } 2949 2949 2950 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 2953 hash = (crc >> (32 - FEC_HASH_BITS)) & 0x3f; 2954 2954
+1 -1
drivers/net/phy/dp83848.c
··· 115 115 module_phy_driver(dp83848_driver); 116 116 117 117 MODULE_DESCRIPTION("Texas Instruments DP83848 PHY driver"); 118 - MODULE_AUTHOR("Andrew F. Davis <afd@ti.com"); 118 + MODULE_AUTHOR("Andrew F. Davis <afd@ti.com>"); 119 119 MODULE_LICENSE("GPL");
+1 -1
drivers/net/wireless/realtek/rtlwifi/rtl8821ae/hw.c
··· 2111 2111 break; 2112 2112 default: 2113 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 2115 break; 2116 2116 } 2117 2117
+1 -1
drivers/pinctrl/pinctrl-amd.c
··· 241 241 pin_reg & BIT(ACTIVE_LEVEL_OFF + 1)) 242 242 active_level = "Active on both|"; 243 243 else 244 - active_level = "Unknow Active level|"; 244 + active_level = "Unknown Active level|"; 245 245 246 246 if (pin_reg & BIT(LEVEL_TRIG_OFF)) 247 247 level_trig = "Level trigger|";
+1 -1
drivers/scsi/mac_esp.c
··· 631 631 } 632 632 633 633 MODULE_DESCRIPTION("Mac ESP SCSI driver"); 634 - MODULE_AUTHOR("Finn Thain <fthain@telegraphics.com.au>"); 634 + MODULE_AUTHOR("Finn Thain"); 635 635 MODULE_LICENSE("GPL v2"); 636 636 MODULE_VERSION(DRV_VERSION); 637 637 MODULE_ALIAS("platform:" DRV_MODULE_NAME);
+1 -1
drivers/scsi/snic/snic_scsi.c
··· 1066 1066 if (!snic->remove_wait) { 1067 1067 spin_unlock_irqrestore(io_lock, flags); 1068 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 1070 ret = 1; 1071 1071 1072 1072 return ret;
+1 -1
drivers/tty/tty_io.c
··· 3370 3370 /** 3371 3371 * __tty_alloc_driver -- allocate tty driver 3372 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 3374 * @flags: some of TTY_DRIVER_* flags, will be set in driver->flags 3375 3375 * 3376 3376 * This should not be called directly, some of the provided macros should be
+1 -1
fs/autofs4/Kconfig
··· 7 7 automounter (amd), which is a pure user space daemon. 8 8 9 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 11 want to answer Y to "NFS file system support", below. 12 12 13 13 To compile this support as a module, choose M here: the module will be
+1 -1
include/linux/sched.h
··· 186 186 extern 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 190 * @utime: time spent in user mode 191 191 * @stime: time spent in system mode 192 192 * @lock: protects the above two fields
+5 -5
init/main.c
··· 495 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 500 boot_init_stack_canary(); 501 501 ··· 504 504 local_irq_disable(); 505 505 early_boot_irqs_disabled = true; 506 506 507 - /* 508 - * Interrupts are still disabled. Do necessary setups, then 509 - * enable them 510 - */ 507 + /* 508 + * Interrupts are still disabled. Do necessary setups, then 509 + * enable them. 510 + */ 511 511 boot_cpu_init(); 512 512 page_address_init(); 513 513 pr_notice("%s", linux_banner);
+1 -1
kernel/sched/fair.c
··· 7631 7631 7632 7632 /** 7633 7633 * check_asym_packing - Check to see if the group is packed into the 7634 - * sched doman. 7634 + * sched domain. 7635 7635 * 7636 7636 * This is primarily intended to used at the sibling level. Some 7637 7637 * cores like POWER7 prefer to use lower numbered SMT threads. In the
+1 -1
kernel/time/hrtimer.c
··· 987 987 * Returns: 988 988 * 0 when the timer was not active 989 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 991 * cannot be stopped 992 992 */ 993 993 int hrtimer_try_to_cancel(struct hrtimer *timer)
+1 -1
kernel/time/timer.c
··· 1120 1120 EXPORT_SYMBOL_GPL(add_timer_on); 1121 1121 1122 1122 /** 1123 - * del_timer - deactive a timer. 1123 + * del_timer - deactivate a timer. 1124 1124 * @timer: the timer to be deactivated 1125 1125 * 1126 1126 * del_timer() deactivates a timer - this works on both active and inactive
+2 -3
scripts/ksymoops/README
··· 1 1 ksymoops has been removed from the kernel. It was always meant to be a 2 2 free standing utility, not linked to any particular kernel version. 3 3 The latest version can be found in 4 - ftp://ftp.<country>.kernel.org/pub/linux/utils/kernel/ksymoops together 5 - with patches to other utilities in order to give more accurate Oops 6 - debugging. 4 + https://www.kernel.org/pub/linux/utils/kernel/ksymoops together with patches to 5 + other utilities in order to give more accurate Oops debugging. 7 6 8 7 Keith Owens <kaos@ocs.com.au> Sat Jun 19 10:30:34 EST 1999
+2 -2
scripts/package/builddeb
··· 262 262 cat <<EOF > debian/copyright 263 263 This is a packacked upstream version of the Linux kernel. 264 264 265 - The sources may be found at most Linux ftp sites, including: 266 - ftp://ftp.kernel.org/pub/linux/kernel 265 + The sources may be found at most Linux archive sites, including: 266 + https://www.kernel.org/pub/linux/kernel 267 267 268 268 Copyright: 1991 - 2015 Linus Torvalds and others. 269 269
+1 -1
tools/perf/builtin-probe.c
··· 486 486 OPT_INCR('v', "verbose", &verbose, 487 487 "be more verbose (show parsed arguments, etc)"), 488 488 OPT_BOOLEAN('q', "quiet", &params.quiet, 489 - "be quiet (do not show any mesages)"), 489 + "be quiet (do not show any messages)"), 490 490 OPT_CALLBACK_DEFAULT('l', "list", NULL, "[GROUP:]EVENT", 491 491 "list up probe events", 492 492 opt_set_filter_with_command, DEFAULT_LIST_FILTER),
+1 -1
tools/testing/selftests/powerpc/Makefile
··· 8 8 9 9 GIT_VERSION = $(shell git describe --always --long --dirty || echo "unknown") 10 10 11 - CFLAGS := -std=gnu99 -Wall -O2 -Wall -Werror -DGIT_VERSION='"$(GIT_VERSION)"' -I$(CURDIR)/include $(CFLAGS) 11 + CFLAGS := -std=gnu99 -O2 -Wall -Werror -DGIT_VERSION='"$(GIT_VERSION)"' -I$(CURDIR)/include $(CFLAGS) 12 12 13 13 export CFLAGS 14 14
+2 -2
tools/testing/selftests/timers/Makefile
··· 3 3 LDFLAGS += -lrt -lpthread 4 4 5 5 # these are all "safe" tests that don't modify 6 - # system time or require escalated privledges 6 + # system time or require escalated privileges 7 7 TEST_GEN_PROGS = posix_timers nanosleep nsleep-lat set-timer-lat mqueue-lat \ 8 8 inconsistency-check raw_skew threadtest rtctest 9 9 ··· 14 14 15 15 include ../lib.mk 16 16 17 - # these tests require escalated privledges 17 + # these tests require escalated privileges 18 18 # and may modify the system time or trigger 19 19 # other behavior like suspend 20 20 run_destructive_tests: run_tests