2
0
mirror of https://github.com/edk2-porting/linux-next.git synced 2025-01-15 09:03:59 +08:00
linux-next/drivers/staging/most
Shraddha Barke 246ed517eb Staging: most: Remove exceptional & on function name
In this file, function names are otherwise used as pointers without &.

A simplified version of the Coccinelle semantic patch that makes this
change is as follows:

// <smpl>
@r@
identifier f;
@@

f(...) { ... }
@@
identifier r.f;
@@

- &f
+ f
// </smpl>

Signed-off-by: Shraddha Barke <shraddha.6596@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2015-10-13 10:11:03 -07:00
..
aim-cdev staging: most: add poll syscall to AIM cdev 2015-09-29 03:18:53 +02:00
aim-network staging: most: add fair buffer distribution 2015-09-29 03:18:51 +02:00
aim-sound Staging: most: Remove exceptional & on function name 2015-10-13 10:11:03 -07:00
aim-v4l2 staging: most: fix channel operation in multi-aim context 2015-09-29 03:18:49 +02:00
Documentation Staging: most: Fix typo in staging/most 2015-10-12 20:35:21 -07:00
hdm-dim2 Staging: most: Fix typo in staging/most 2015-10-12 20:35:21 -07:00
hdm-i2c Staging: most: hdm-i2c: Drop owner assignment from i2c driver 2015-10-12 20:35:21 -07:00
hdm-usb Staging: most: Fix typo in staging/most 2015-10-12 20:35:21 -07:00
mostcore Staging: most: Remove exceptional & on function name 2015-10-13 10:11:03 -07:00
Kconfig Staging: most: MOST and MOSTCORE should depend on HAS_DMA 2015-09-13 09:24:44 -07:00
Makefile Staging: most: add MOST driver's hdm-usb module 2015-07-24 13:50:43 -07:00
TODO