diff options
| author | Ulf Magnusson <ulfalizer@gmail.com> | 2019-03-06 02:10:20 +0100 |
|---|---|---|
| committer | Ulf Magnusson <ulfalizer@gmail.com> | 2019-03-06 02:15:29 +0100 |
| commit | 66557edc120faac569004ba2bc426c5ac6a1100b (patch) | |
| tree | 58b44e89288715d2907671e18a341cf4df0cd40e /examples/print_sym_info.py | |
| parent | 553cca8e7417ad863b923758e6d402296d05de9c (diff) | |
Use a consistent style in examples
Also remove some unused imports.
Diffstat (limited to 'examples/print_sym_info.py')
| -rw-r--r-- | examples/print_sym_info.py | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/examples/print_sym_info.py b/examples/print_sym_info.py index d36e7b0..ea6fc72 100644 --- a/examples/print_sym_info.py +++ b/examples/print_sym_info.py @@ -20,14 +20,14 @@ # useful for infrequently used options which are not required # for booting. For more information, see the man pages for # modprobe, lsmod, modinfo, insmod and rmmod. -# +# # If you say Y here, you will need to run "make # modules_install" to put the modules under /lib/modules/ # where modprobe can find them (you may need to be root to do # this). -# +# # If unsure, say Y. -# +# # value = n # visibility = y # currently assignable values: n, y |
