Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions scripts/aspell-pws
Original file line number Diff line number Diff line change
Expand Up @@ -177,3 +177,4 @@ kfifo
PTR
ttt
tictactoe
vmalloc
3 changes: 3 additions & 0 deletions simrupt.c
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@
#include <linux/slab.h>
#include <linux/version.h>
#include <linux/workqueue.h>
#if defined(CONFIG_X86)
#include <linux/vmalloc.h>
#endif

MODULE_LICENSE("Dual MIT/GPL");
MODULE_AUTHOR("National Cheng Kung University, Taiwan");
Expand Down