Skip to content

Commit

Permalink
staging: wlags49_h2: remove vi modelines
Browse files Browse the repository at this point in the history
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 <pebolle@tiscali.nl>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
  • Loading branch information
Paul Bolle authored and Greg Kroah-Hartman committed Jul 17, 2012
1 parent 4eed84a commit 6bab320
Show file tree
Hide file tree
Showing 7 changed files with 0 additions and 7 deletions.
1 change: 0 additions & 1 deletion drivers/staging/wlags49_h2/dhf.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@

/* vim:tw=110:ts=4: */
/**************************************************************************************************************
*
* FILE : DHF.C
Expand Down
1 change: 0 additions & 1 deletion drivers/staging/wlags49_h2/dhf.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@

/* vim:tw=110:ts=4: */
#ifndef DHF_H
#define DHF_H

Expand Down
1 change: 0 additions & 1 deletion drivers/staging/wlags49_h2/hcf.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@

// vim:tw=110:ts=4:
#ifndef HCF_H
#define HCF_H 1

Expand Down
1 change: 0 additions & 1 deletion drivers/staging/wlags49_h2/hcfcfg.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@

// vim:tw=110:ts=4:
#ifndef HCFCFG_H
#define HCFCFG_H 1

Expand Down
1 change: 0 additions & 1 deletion drivers/staging/wlags49_h2/mdd.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@

// vim:tw=110:ts=4:
#ifndef MDD_H
#define MDD_H 1

Expand Down
1 change: 0 additions & 1 deletion drivers/staging/wlags49_h2/mmd.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@

// vim:tw=110:ts=4:
/************************************************************************************************************
*
* FILE : mmd.c
Expand Down
1 change: 0 additions & 1 deletion drivers/staging/wlags49_h2/mmd.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@

// vim:tw=110:ts=4:
#ifndef MMD_H
#define MMD_H 1

Expand Down

0 comments on commit 6bab320

Please sign in to comment.