Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1681760
| From | Joe Perches <joe@perches.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH 00/18] treewide: Move storage class before return type |
| Date | 2017-07-05 22:10 +0200 |
| Message-ID | <tZYMx-2CG-3@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
Move the inline/asmlinkage keywords before the return types Add a checkpatch test for this too. Joe Perches (18): checkpatch: improve the STORAGE_CLASS test ARM: KVM: Move asmlinkage before type ARM: HP Jornada 7XX: Move inline before return type CRIS: gpio: Move inline before return type FRV: tlbflush: Move asmlinkage before return type ia64: Move inline before return type ia64: sn: pci: Move inline before type m68k: coldfire: Move inline before return type MIPS: SMP: Move asmlinkage before return type sh: Move inline before return type x86/efi: Move asmlinkage before return type drivers: s390: Move static and inline before return type drivers: tty: serial: Move inline before return type USB: serial: safe_serial: Move __inline__ before return type video: fbdev: intelfb: Move inline before return type video: fbdev: omap: Move inline before return type ARM: samsung: usb-ohci: Move inline before return type ALSA: opl4: Move inline before return type arch/arm/include/asm/kvm_hyp.h | 8 ++++---- arch/arm/mach-sa1100/jornada720_ssp.c | 2 +- arch/cris/arch-v10/drivers/gpio.c | 4 ++-- arch/frv/include/asm/tlbflush.h | 8 ++++---- arch/ia64/kernel/mca.c | 2 +- arch/ia64/sn/pci/pcibr/pcibr_ate.c | 2 +- arch/ia64/sn/pci/tioce_provider.c | 4 ++-- arch/m68k/coldfire/intc-simr.c | 4 ++-- arch/mips/include/asm/smp.h | 2 +- arch/sh/mm/cache-sh5.c | 2 +- arch/x86/include/asm/efi.h | 4 ++-- drivers/s390/net/ctcm_main.c | 2 +- drivers/s390/net/qeth_l3_main.c | 2 +- drivers/tty/serial/ioc3_serial.c | 4 ++-- drivers/tty/serial/ioc4_serial.c | 4 ++-- drivers/usb/serial/safe_serial.c | 2 +- drivers/video/fbdev/intelfb/intelfbdrv.c | 2 +- drivers/video/fbdev/omap/lcdc.c | 6 +++--- include/linux/platform_data/usb-ohci-s3c2410.h | 2 +- scripts/checkpatch.pl | 12 ++++++++++-- sound/drivers/opl4/opl4_lib.c | 2 +- 21 files changed, 44 insertions(+), 36 deletions(-) -- 2.10.0.rc2.1.g053435c
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
[PATCH 00/18] treewide: Move storage class before return type Joe Perches <joe@perches.com> - 2017-07-05 22:10 +0200
[PATCH 09/18] MIPS: SMP: Move asmlinkage before return type Joe Perches <joe@perches.com> - 2017-07-05 22:10 +0200
[PATCH 11/18] x86/efi: Move asmlinkage before return type Joe Perches <joe@perches.com> - 2017-07-05 22:10 +0200
[PATCH 12/18] drivers: s390: Move static and inline before return type Joe Perches <joe@perches.com> - 2017-07-05 22:10 +0200
Re: [PATCH 12/18] drivers: s390: Move static and inline before return type Heiko Carstens <heiko.carstens@de.ibm.com> - 2017-07-06 12:30 +0200
Re: [PATCH 12/18] drivers: s390: Move static and inline before return type Joe Perches <joe@perches.com> - 2017-07-06 13:00 +0200
Re: [PATCH 12/18] drivers: s390: Move static and inline before return type Heiko Carstens <heiko.carstens@de.ibm.com> - 2017-07-06 14:30 +0200
Re: [PATCH 12/18] drivers: s390: Move static and inline before return type Julian Wiedmann <jwi@linux.vnet.ibm.com> - 2017-07-06 20:10 +0200
[PATCH 01/18] checkpatch: improve the STORAGE_CLASS test Joe Perches <joe@perches.com> - 2017-07-05 22:10 +0200
[PATCH 07/18] ia64: sn: pci: Move inline before type Joe Perches <joe@perches.com> - 2017-07-05 22:10 +0200
[PATCH 18/18] ALSA: opl4: Move inline before return type Joe Perches <joe@perches.com> - 2017-07-05 22:10 +0200
Re: [PATCH 18/18] ALSA: opl4: Move inline before return type Clemens Ladisch <clemens@ladisch.de> - 2017-07-05 22:40 +0200
Re: [PATCH 18/18] ALSA: opl4: Move inline before return type Takashi Iwai <tiwai@suse.de> - 2017-07-06 09:30 +0200
[PATCH 17/18] ARM: samsung: usb-ohci: Move inline before return type Joe Perches <joe@perches.com> - 2017-07-05 22:10 +0200
[PATCH 13/18] drivers: tty: serial: Move inline before return type Joe Perches <joe@perches.com> - 2017-07-05 22:10 +0200
[PATCH 15/18] video: fbdev: intelfb: Move inline before return type Joe Perches <joe@perches.com> - 2017-07-05 22:10 +0200
[PATCH 03/18] ARM: HP Jornada 7XX: Move inline before return type Joe Perches <joe@perches.com> - 2017-07-05 22:10 +0200
csiph-web