96421dafcce3f8900ecf8b9193c67e2 parent 4eed84a8a4731e37254a10adfaad76e69e236b8c author Paul Bolle 1342181022 +0200 committer Greg Kroah-Hartman 1342491228 -0700 staging: wlags49_h2: remove vi modelines Opening drivers/staging/wlags49_h2/dhf.h with vim triggered this warning: "drivers/staging/wlags49_h2/dhf.h" 226L, 8428C Error detected while processing modelines: line 2: E518: Unknown option: */ Press ENTER or type command to continue Since the Linux kernel coding style disallows modelines this invalid modeline can simply be removed. And since we're touching this file we might as well remove all vim modelines from this driver. vim tested only. Signed-off-by: Paul Bolle Signed-off-by: Greg Kroah-Hartman O