Home
last modified time | relevance | path

Searched hist:"362 f2b098b188ede9c4350cc20e58040dbfa515e" (Results 1 – 3 of 3) sorted by relevance

/linux/include/linux/
H A Dasync.hdiff 362f2b098b188ede9c4350cc20e58040dbfa515e Tue Mar 12 21:59:14 CET 2013 Lai Jiangshan <laijs@cn.fujitsu.com> async: rename and redefine async_func_ptr

A function type is typically defined as
typedef ret_type (*func)(args..)

but async_func_ptr is not. Redefine it.

Also rename async_func_ptr to async_func_t for _func_t suffix is more generic.

Signed-off-by: Lai Jiangshan <laijs@cn.fujitsu.com>
Signed-off-by: Tejun Heo <tj@kernel.org>
Cc: Arjan van de Ven <arjan@linux.intel.com>
/linux/arch/sh/drivers/pci/
H A Dpcie-sh7786.cdiff 362f2b098b188ede9c4350cc20e58040dbfa515e Tue Mar 12 21:59:14 CET 2013 Lai Jiangshan <laijs@cn.fujitsu.com> async: rename and redefine async_func_ptr

A function type is typically defined as
typedef ret_type (*func)(args..)

but async_func_ptr is not. Redefine it.

Also rename async_func_ptr to async_func_t for _func_t suffix is more generic.

Signed-off-by: Lai Jiangshan <laijs@cn.fujitsu.com>
Signed-off-by: Tejun Heo <tj@kernel.org>
Cc: Arjan van de Ven <arjan@linux.intel.com>
/linux/kernel/
H A Dasync.cdiff 362f2b098b188ede9c4350cc20e58040dbfa515e Tue Mar 12 21:59:14 CET 2013 Lai Jiangshan <laijs@cn.fujitsu.com> async: rename and redefine async_func_ptr

A function type is typically defined as
typedef ret_type (*func)(args..)

but async_func_ptr is not. Redefine it.

Also rename async_func_ptr to async_func_t for _func_t suffix is more generic.

Signed-off-by: Lai Jiangshan <laijs@cn.fujitsu.com>
Signed-off-by: Tejun Heo <tj@kernel.org>
Cc: Arjan van de Ven <arjan@linux.intel.com>