diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2014-12-12 13:08:06 -0500 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2014-12-12 13:08:06 -0500 |
commit | a7cb7bb664543e4562ab0e9a072470d2d18c761f (patch) | |
tree | 7c72fbbc681617be8c89b63c7e98a7e7b09c72de /mm | |
parent | ccb5a4910d0ca7b1742b9217db2e1b95817e25ac (diff) | |
parent | 078014dd36989c66378dfe80066c3f8a1f6952e8 (diff) |
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial
Pull trivial tree update from Jiri Kosina:
"Usual stuff: documentation updates, printk() fixes, etc"
* 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial: (24 commits)
intel_ips: fix a type in error message
cpufreq: cpufreq-dt: Move newline to end of error message
ps3rom: fix error return code
treewide: fix typo in printk and Kconfig
ARM: dts: bcm63138: change "interupts" to "interrupts"
Replace mentions of "list_struct" to "list_head"
kernel: trace: fix printk message
scsi: mpt2sas: fix ioctl in comment
zbud, zswap: change module author email
clocksource: Fix 'clcoksource' typo in comment
arm: fix wording of "Crotex" in CONFIG_ARCH_EXYNOS3 help
gpio: msm-v1: make boolean argument more obvious
usb: Fix typo in usb-serial-simple.c
PCI: Fix comment typo 'COMFIG_PM_OPS'
powerpc: Fix comment typo 'CONIFG_8xx'
powerpc: Fix comment typos 'CONFiG_ALTIVEC'
clk: st: Spelling s/stucture/structure/
isci: Spelling s/stucture/structure/
usb: gadget: zero: Spelling s/infrastucture/infrastructure/
treewide: Fix company name in module descriptions
...
Diffstat (limited to 'mm')
-rw-r--r-- | mm/zbud.c | 2 | ||||
-rw-r--r-- | mm/zswap.c | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -619,5 +619,5 @@ module_init(init_zbud); | |||
619 | module_exit(exit_zbud); | 619 | module_exit(exit_zbud); |
620 | 620 | ||
621 | MODULE_LICENSE("GPL"); | 621 | MODULE_LICENSE("GPL"); |
622 | MODULE_AUTHOR("Seth Jennings <sjenning@linux.vnet.ibm.com>"); | 622 | MODULE_AUTHOR("Seth Jennings <sjennings@variantweb.net>"); |
623 | MODULE_DESCRIPTION("Buddy Allocator for Compressed Pages"); | 623 | MODULE_DESCRIPTION("Buddy Allocator for Compressed Pages"); |
diff --git a/mm/zswap.c b/mm/zswap.c index ea064c1a09ba..c1543061a192 100644 --- a/mm/zswap.c +++ b/mm/zswap.c | |||
@@ -951,5 +951,5 @@ error: | |||
951 | late_initcall(init_zswap); | 951 | late_initcall(init_zswap); |
952 | 952 | ||
953 | MODULE_LICENSE("GPL"); | 953 | MODULE_LICENSE("GPL"); |
954 | MODULE_AUTHOR("Seth Jennings <sjenning@linux.vnet.ibm.com>"); | 954 | MODULE_AUTHOR("Seth Jennings <sjennings@variantweb.net>"); |
955 | MODULE_DESCRIPTION("Compressed cache for swap pages"); | 955 | MODULE_DESCRIPTION("Compressed cache for swap pages"); |