mirror of
https://github.com/cirosantilli/linux-kernel-module-cheat.git
synced 2026-01-23 02:05:57 +01:00
kernel module: format, use tab to indent.
This commit is contained in:
committed by
Ciro Santilli 包子露宪 六四事件 法轮功
parent
9f6ddbc436
commit
3b0a343647
@@ -24,7 +24,7 @@ static void vm_close(struct vm_area_struct *vma)
|
||||
}
|
||||
|
||||
/* First page access. */
|
||||
int (*fault)(struct vm_fault *vmf);
|
||||
int (*fault)(struct vm_fault *vmf);
|
||||
static int vm_fault(struct vm_fault *vmf)
|
||||
{
|
||||
struct page *page;
|
||||
|
||||
Reference in New Issue
Block a user