Skip to content

Commit 9682b3d

Browse files
committed
Merge branch 'for-linus' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/jikos/trivial
Pull trivial tree updates from Jiri Kosina: "The usual rocket-science from trivial tree for 4.15" * 'for-linus' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/jikos/trivial: MAINTAINERS: relinquish kconfig MAINTAINERS: Update my email address treewide: Fix typos in Kconfig kfifo: Fix comments init/Kconfig: Fix module signing document location misc: ibmasm: Return error on error path HID: logitech-hidpp: fix mistake in printk, "feeback" -> "feedback" MAINTAINERS: Correct path to uDraw PS3 driver tracing: Fix doc mistakes in trace sample tracing: Kconfig text fixes for CONFIG_HWLAT_TRACER MIPS: Alchemy: Remove reverted CONFIG_NETLINK_MMAP from db1xxx_defconfig mm/huge_memory.c: fixup grammar in comment lib/xz: Add fall-through comments to a switch statement
2 parents 20df157 + 1972d6c commit 9682b3d

File tree

26 files changed

+62
-46
lines changed

26 files changed

+62
-46
lines changed

MAINTAINERS

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3472,7 +3472,7 @@ COCCINELLE/Semantic Patches (SmPL)
34723472
M: Julia Lawall <[email protected]>
34733473
M: Gilles Muller <[email protected]>
34743474
M: Nicolas Palix <[email protected]>
3475-
M: Michal Marek <[email protected]>
3475+
M: Michal Marek <[email protected]>
34763476
L: [email protected] (moderated for non-subscribers)
34773477
T: git git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild.git misc
34783478
W: http://coccinelle.lip6.fr/
@@ -7448,10 +7448,8 @@ F: mm/kasan/
74487448
F: scripts/Makefile.kasan
74497449

74507450
KCONFIG
7451-
M: "Yann E. MORIN" <[email protected]>
74527451
7453-
T: git git://gitorious.org/linux-kconfig/linux-kconfig
7454-
S: Maintained
7452+
S: Orphan
74557453
F: Documentation/kbuild/kconfig-language.txt
74567454
F: scripts/kconfig/
74577455

@@ -7480,7 +7478,7 @@ F: fs/autofs4/
74807478

74817479
KERNEL BUILD + files below scripts/ (unless maintained elsewhere)
74827480
M: Masahiro Yamada <[email protected]>
7483-
M: Michal Marek <[email protected]>
7481+
M: Michal Marek <[email protected]>
74847482
T: git git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild.git
74857483
74867484
S: Maintained
@@ -13784,7 +13782,7 @@ UDRAW TABLET
1378413782
M: Bastien Nocera <[email protected]>
1378513783
1378613784
S: Maintained
13787-
F: drivers/hid/hid-udraw.c
13785+
F: drivers/hid/hid-udraw-ps3.c
1378813786

1378913787
UFS FILESYSTEM
1379013788
M: Evgeniy Dushistov <[email protected]>

arch/alpha/Kconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -506,7 +506,7 @@ config ALPHA_QEMU
506506

507507
Generic kernels will auto-detect QEMU. But when building a
508508
system-specific kernel, the assumption is that we want to
509-
elimiate as many runtime tests as possible.
509+
eliminate as many runtime tests as possible.
510510

511511
If unsure, say N.
512512

arch/arc/Kconfig

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -298,7 +298,7 @@ config ARC_MMU_V1
298298
config ARC_MMU_V2
299299
bool "MMU v2"
300300
help
301-
Fixed the deficiency of v1 - possible thrashing in memcpy sceanrio
301+
Fixed the deficiency of v1 - possible thrashing in memcpy scenario
302302
when 2 D-TLB and 1 I-TLB entries index into same 2way set.
303303

304304
config ARC_MMU_V3
@@ -371,7 +371,7 @@ config ARC_FPU_SAVE_RESTORE
371371
bool "Enable FPU state persistence across context switch"
372372
default n
373373
help
374-
Double Precision Floating Point unit had dedictaed regs which
374+
Double Precision Floating Point unit had dedicated regs which
375375
need to be saved/restored across context-switch.
376376
Note that ARC FPU is overly simplistic, unlike say x86, which has
377377
hardware pieces to allow software to conditionally save/restore,
@@ -467,7 +467,7 @@ config ARC_PLAT_NEEDS_PHYS_TO_DMA
467467
bool
468468

469469
config ARC_KVADDR_SIZE
470-
int "Kernel Virtaul Address Space size (MB)"
470+
int "Kernel Virtual Address Space size (MB)"
471471
range 0 512
472472
default "256"
473473
help

arch/arm/mach-bcm/Kconfig

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ config ARCH_BCM_IPROC
2323
help
2424
This enables support for systems based on Broadcom IPROC architected SoCs.
2525
The IPROC complex contains one or more ARM CPUs along with common
26-
core periperals. Application specific SoCs are created by adding a
26+
core peripherals. Application specific SoCs are created by adding a
2727
uArchitecture containing peripherals outside of the IPROC complex.
2828
Currently supported SoCs are Cygnus.
2929

@@ -69,8 +69,8 @@ config ARCH_BCM_5301X
6969
Support for Broadcom BCM470X and BCM5301X SoCs with ARM CPU cores.
7070

7171
This is a network SoC line mostly used in home routers and
72-
wifi access points, it's internal name is Northstar.
73-
This inclused the following SoC: BCM53010, BCM53011, BCM53012,
72+
wifi access points, its internal name is Northstar.
73+
This includes the following SoC: BCM53010, BCM53011, BCM53012,
7474
BCM53014, BCM53015, BCM53016, BCM53017, BCM53018, BCM4707,
7575
BCM4708 and BCM4709.
7676

arch/arm/plat-samsung/Kconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -278,7 +278,7 @@ config SAMSUNG_PM_CHECK_CHUNKSIZE
278278
help
279279
Set the chunksize in Kilobytes of the CRC for checking memory
280280
corruption over suspend and resume. A smaller value will mean that
281-
the CRC data block will take more memory, but wil identify any
281+
the CRC data block will take more memory, but will identify any
282282
faults with better precision.
283283

284284
See <file:Documentation/arm/Samsung-S3C24XX/Suspend.txt>

arch/arm64/Kconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -982,7 +982,7 @@ config ARM64_UAO
982982
help
983983
User Access Override (UAO; part of the ARMv8.2 Extensions)
984984
causes the 'unprivileged' variant of the load/store instructions to
985-
be overriden to be privileged.
985+
be overridden to be privileged.
986986

987987
This option changes get_user() and friends to use the 'unprivileged'
988988
variant of the load/store instructions. This ensures that user-space

arch/mips/configs/db1xxx_defconfig

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,6 @@ CONFIG_IPV6_MROUTE=y
7777
CONFIG_IPV6_MROUTE_MULTIPLE_TABLES=y
7878
CONFIG_IPV6_PIMSM_V2=y
7979
CONFIG_BRIDGE=y
80-
CONFIG_NETLINK_MMAP=y
8180
CONFIG_NETLINK_DIAG=y
8281
CONFIG_IRDA=y
8382
CONFIG_IRLAN=y

arch/powerpc/platforms/Kconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ config UDBG_RTAS_CONSOLE
7979
config PPC_SMP_MUXED_IPI
8080
bool
8181
help
82-
Select this opton if your platform supports SMP and your
82+
Select this option if your platform supports SMP and your
8383
interrupt controller provides less than 4 interrupts to each
8484
cpu. This will enable the generic code to multiplex the 4
8585
messages on to one ipi.

arch/unicore32/Kconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ endif
115115

116116
source "arch/unicore32/mm/Kconfig"
117117

118-
comment "Floating poing support"
118+
comment "Floating point support"
119119

120120
config UNICORE_FPU_F64
121121
def_bool y if !ARCH_FPGA

arch/xtensa/Kconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,7 @@ config INITIALIZE_XTENSA_MMU_INSIDE_VMLINUX
224224
then enter your normal kernel breakpoints once the MMU was mapped
225225
to the kernel mappings (0XC0000000).
226226

227-
This unfortunately doesn't work for U-Boot and likley also wont
227+
This unfortunately won't work for U-Boot and likely also wont
228228
work for using KEXEC to have a hot kernel ready for doing a
229229
KDUMP.
230230

drivers/hid/hid-logitech-hidpp.c

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1957,7 +1957,8 @@ static int hidpp_ff_init(struct hidpp_device *hidpp, u8 feature_index)
19571957
/* initialize with zero autocenter to get wheel in usable state */
19581958
hidpp_ff_set_autocenter(dev, 0);
19591959

1960-
hid_info(hid, "Force feeback support loaded (firmware release %d).\n", version);
1960+
hid_info(hid, "Force feedback support loaded (firmware release %d).\n",
1961+
version);
19611962

19621963
return 0;
19631964
}

drivers/misc/ibmasm/event.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ int ibmasm_event_buffer_init(struct service_processor *sp)
155155

156156
buffer = kmalloc(sizeof(struct event_buffer), GFP_KERNEL);
157157
if (!buffer)
158-
return 1;
158+
return -ENOMEM;
159159

160160
buffer->next_index = 0;
161161
buffer->next_serial_number = 1;

drivers/misc/ibmasm/module.c

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,12 +94,14 @@ static int ibmasm_init_one(struct pci_dev *pdev, const struct pci_device_id *id)
9494
snprintf(sp->dirname, IBMASM_NAME_SIZE, "%d", sp->number);
9595
snprintf(sp->devname, IBMASM_NAME_SIZE, "%s%d", DRIVER_NAME, sp->number);
9696

97-
if (ibmasm_event_buffer_init(sp)) {
97+
result = ibmasm_event_buffer_init(sp);
98+
if (result) {
9899
dev_err(sp->dev, "Failed to allocate event buffer\n");
99100
goto error_eventbuffer;
100101
}
101102

102-
if (ibmasm_heartbeat_init(sp)) {
103+
result = ibmasm_heartbeat_init(sp);
104+
if (result) {
103105
dev_err(sp->dev, "Failed to allocate heartbeat command\n");
104106
goto error_heartbeat;
105107
}

drivers/net/ethernet/aquantia/Kconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ config NET_VENDOR_AQUANTIA
99
Set this to y if you have an Ethernet network cards that uses the aQuantia
1010
AQC107/AQC108 chipset.
1111

12-
This option does not build any drivers; it casues the aQuantia
12+
This option does not build any drivers; it causes the aQuantia
1313
drivers that can be built to appear in the list of Ethernet drivers.
1414

1515

drivers/nfc/st-nci/Kconfig

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ config NFC_ST_NCI_I2C
1111
select NFC_ST_NCI
1212
---help---
1313
This module adds support for an I2C interface to the
14-
STMicroelectronics NFC NCI chips familly.
14+
STMicroelectronics NFC NCI chips family.
1515
Select this if your platform is using the i2c bus.
1616

1717
If you choose to build a module, it'll be called st-nci_i2c.
@@ -23,7 +23,7 @@ config NFC_ST_NCI_SPI
2323
select NFC_ST_NCI
2424
---help---
2525
This module adds support for an SPI interface to the
26-
STMicroelectronics NFC NCI chips familly.
26+
STMicroelectronics NFC NCI chips family.
2727
Select this if your platform is using the spi bus.
2828

2929
If you choose to build a module, it'll be called st-nci_spi.

drivers/nvdimm/Kconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ config NVDIMM_DAX
9696
help
9797
Support raw device dax access to a persistent memory
9898
namespace. For environments that want to hard partition
99-
peristent memory, this capability provides a mechanism to
99+
persistent memory, this capability provides a mechanism to
100100
sub-divide a namespace into character devices that can only be
101101
accessed via DAX (mmap(2)).
102102

drivers/platform/x86/Kconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -774,7 +774,7 @@ config TOSHIBA_WMI
774774
WARNING: This driver is incomplete as it lacks a proper keymap and the
775775
*notify function only prints the ACPI event type value. Be warned that
776776
you will need to provide some information if you have a Toshiba model
777-
with WMI event hotkeys and want to help with the develpment of this
777+
with WMI event hotkeys and want to help with the development of this
778778
driver.
779779

780780
If you have a WMI-based hotkeys Toshiba laptop, say Y or M here.

drivers/power/supply/Kconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ config CHARGER_SBS
182182
tristate "SBS Compliant charger"
183183
depends on I2C
184184
help
185-
Say Y to include support for SBS compilant battery chargers.
185+
Say Y to include support for SBS compliant battery chargers.
186186

187187
config MANAGER_SBS
188188
tristate "Smart Battery System Manager"

drivers/scsi/Kconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -787,7 +787,7 @@ config SCSI_IBMVSCSIS
787787
depends on PPC_PSERIES && TARGET_CORE && SCSI && PCI
788788
help
789789
This is the IBM POWER Virtual SCSI Target Server
790-
This driver uses the SRP protocol for communication betwen servers
790+
This driver uses the SRP protocol for communication between servers
791791
guest and/or the host that run on the same server.
792792
More information on VSCSI protocol can be found at www.power.org
793793

fs/notify/fanotify/Kconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,6 @@ config FANOTIFY_ACCESS_PERMISSIONS
2121
decisions concerning filesystem events. This is used by some fanotify
2222
listeners which need to scan files before allowing the system access to
2323
use those files. This is used by some anti-malware vendors and by some
24-
hierarchical storage managent systems.
24+
hierarchical storage management systems.
2525

2626
If unsure, say N.

include/linux/kfifo.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -325,7 +325,7 @@ __kfifo_uint_must_check_helper( \
325325
*
326326
* This macro dynamically allocates a new fifo buffer.
327327
*
328-
* The numer of elements will be rounded-up to a power of 2.
328+
* The number of elements will be rounded-up to a power of 2.
329329
* The fifo will be release with kfifo_free().
330330
* Return 0 if no error, otherwise an error code.
331331
*/
@@ -358,9 +358,9 @@ __kfifo_int_must_check_helper( \
358358
* @buffer: the preallocated buffer to be used
359359
* @size: the size of the internal buffer, this have to be a power of 2
360360
*
361-
* This macro initialize a fifo using a preallocated buffer.
361+
* This macro initializes a fifo using a preallocated buffer.
362362
*
363-
* The numer of elements will be rounded-up to a power of 2.
363+
* The number of elements will be rounded-up to a power of 2.
364364
* Return 0 if no error, otherwise an error code.
365365
*/
366366
#define kfifo_init(fifo, buffer, size) \

init/Kconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1759,7 +1759,7 @@ config MODULE_SIG
17591759
help
17601760
Check modules for valid signatures upon load: the signature
17611761
is simply appended to the module. For more information see
1762-
Documentation/module-signing.txt.
1762+
<file:Documentation/admin-guide/module-signing.rst>.
17631763

17641764
Note that this option adds the OpenSSL development packages as a
17651765
kernel build dependency so that the signing tool can use its crypto

kernel/trace/Kconfig

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,7 @@ config HWLAT_TRACER
224224
select GENERIC_TRACER
225225
help
226226
This tracer, when enabled will create one or more kernel threads,
227-
depening on what the cpumask file is set to, which each thread
227+
depending on what the cpumask file is set to, which each thread
228228
spinning in a loop looking for interruptions caused by
229229
something other than the kernel. For example, if a
230230
System Management Interrupt (SMI) takes a noticeable amount of
@@ -239,7 +239,7 @@ config HWLAT_TRACER
239239
iteration
240240

241241
A kernel thread is created that will spin with interrupts disabled
242-
for "width" microseconds in every "widow" cycle. It will not spin
242+
for "width" microseconds in every "window" cycle. It will not spin
243243
for "window - width" microseconds, where the system can
244244
continue to operate.
245245

lib/xz/xz_dec_stream.c

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -583,6 +583,8 @@ static enum xz_ret dec_main(struct xz_dec *s, struct xz_buf *b)
583583
if (ret != XZ_OK)
584584
return ret;
585585

586+
/* Fall through */
587+
586588
case SEQ_BLOCK_START:
587589
/* We need one byte of input to continue. */
588590
if (b->in_pos == b->in_size)
@@ -606,6 +608,8 @@ static enum xz_ret dec_main(struct xz_dec *s, struct xz_buf *b)
606608
s->temp.pos = 0;
607609
s->sequence = SEQ_BLOCK_HEADER;
608610

611+
/* Fall through */
612+
609613
case SEQ_BLOCK_HEADER:
610614
if (!fill_temp(s, b))
611615
return XZ_OK;
@@ -616,13 +620,17 @@ static enum xz_ret dec_main(struct xz_dec *s, struct xz_buf *b)
616620

617621
s->sequence = SEQ_BLOCK_UNCOMPRESS;
618622

623+
/* Fall through */
624+
619625
case SEQ_BLOCK_UNCOMPRESS:
620626
ret = dec_block(s, b);
621627
if (ret != XZ_STREAM_END)
622628
return ret;
623629

624630
s->sequence = SEQ_BLOCK_PADDING;
625631

632+
/* Fall through */
633+
626634
case SEQ_BLOCK_PADDING:
627635
/*
628636
* Size of Compressed Data + Block Padding
@@ -643,6 +651,8 @@ static enum xz_ret dec_main(struct xz_dec *s, struct xz_buf *b)
643651

644652
s->sequence = SEQ_BLOCK_CHECK;
645653

654+
/* Fall through */
655+
646656
case SEQ_BLOCK_CHECK:
647657
if (s->check_type == XZ_CHECK_CRC32) {
648658
ret = crc32_validate(s, b);
@@ -665,6 +675,8 @@ static enum xz_ret dec_main(struct xz_dec *s, struct xz_buf *b)
665675

666676
s->sequence = SEQ_INDEX_PADDING;
667677

678+
/* Fall through */
679+
668680
case SEQ_INDEX_PADDING:
669681
while ((s->index.size + (b->in_pos - s->in_start))
670682
& 3) {
@@ -687,6 +699,8 @@ static enum xz_ret dec_main(struct xz_dec *s, struct xz_buf *b)
687699

688700
s->sequence = SEQ_INDEX_CRC32;
689701

702+
/* Fall through */
703+
690704
case SEQ_INDEX_CRC32:
691705
ret = crc32_validate(s, b);
692706
if (ret != XZ_STREAM_END)
@@ -695,6 +709,8 @@ static enum xz_ret dec_main(struct xz_dec *s, struct xz_buf *b)
695709
s->temp.size = STREAM_HEADER_SIZE;
696710
s->sequence = SEQ_STREAM_FOOTER;
697711

712+
/* Fall through */
713+
698714
case SEQ_STREAM_FOOTER:
699715
if (!fill_temp(s, b))
700716
return XZ_OK;

mm/huge_memory.c

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -39,10 +39,10 @@
3939
#include "internal.h"
4040

4141
/*
42-
* By default transparent hugepage support is disabled in order that avoid
43-
* to risk increase the memory footprint of applications without a guaranteed
44-
* benefit. When transparent hugepage support is enabled, is for all mappings,
45-
* and khugepaged scans all mappings.
42+
* By default, transparent hugepage support is disabled in order to avoid
43+
* risking an increased memory footprint for applications that are not
44+
* guaranteed to benefit from it. When transparent hugepage support is
45+
* enabled, it is for all mappings, and khugepaged scans all mappings.
4646
* Defrag is invoked by khugepaged hugepage allocations and by page faults
4747
* for all hugepage allocations.
4848
*/

0 commit comments

Comments
 (0)