From 975f95b446b6ce5dd46e6964402c374844332a01 Mon Sep 17 00:00:00 2001 From: Matthew Fernandez Date: Sat, 30 Jan 2021 17:24:42 -0800 Subject: [PATCH] remove Vim modeline markers from vmalloc These have no effect for non-Vim users or Vim users with modeline disabled. clang-format is a better modern solution to this problem. --- lib/vmalloc/vmalloc.h | 2 -- lib/vmalloc/vmhdr.h | 2 -- lib/vmalloc/vmstrdup.c | 2 -- 3 files changed, 6 deletions(-) diff --git a/lib/vmalloc/vmalloc.h b/lib/vmalloc/vmalloc.h index 3ab11bea7..c5bda6ed2 100644 --- a/lib/vmalloc/vmalloc.h +++ b/lib/vmalloc/vmalloc.h @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/lib/vmalloc/vmhdr.h b/lib/vmalloc/vmhdr.h index 1c62abcc8..733436aac 100644 --- a/lib/vmalloc/vmhdr.h +++ b/lib/vmalloc/vmhdr.h @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/lib/vmalloc/vmstrdup.c b/lib/vmalloc/vmstrdup.c index 2a0b61711..a87251dfb 100644 --- a/lib/vmalloc/vmstrdup.c +++ b/lib/vmalloc/vmstrdup.c @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials -- 2.40.0