kernel module: format, use tab to indent.

This commit is contained in:
Reveriel
2018-12-11 09:00:29 +00:00
committed by Ciro Santilli 包子露宪 六四事件 法轮功
parent 9f6ddbc436
commit 3b0a343647
7 changed files with 117 additions and 117 deletions

View File

@@ -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;