This patch resolves checkpatch's warning, "It's generally not useful to have the filename in the file" for device_cfg.h, and adds an empty line after the top description comment to match the style of the other vt6655 files. Signed-off-by: Lucas Henneman <lucas.henneman@xxxxxxxxxx> --- drivers/staging/vt6655/device_cfg.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/drivers/staging/vt6655/device_cfg.h b/drivers/staging/vt6655/device_cfg.h index 04db6a8d3db3..db0304f6e21c 100644 --- a/drivers/staging/vt6655/device_cfg.h +++ b/drivers/staging/vt6655/device_cfg.h @@ -3,14 +3,13 @@ * Copyright (c) 1996, 2003 VIA Networking Technologies, Inc. * All rights reserved. * - * File: device_cfg.h - * * Purpose: Driver configuration header * Author: Lyndon Chen * * Date: Dec 17, 2002 * */ + #ifndef __DEVICE_CONFIG_H #define __DEVICE_CONFIG_H -- 2.25.1