From 628c067ca8cb5e5f1fdb3b4cdb59c0818ca99026 Mon Sep 17 00:00:00 2001 From: Srinivas Girigowda Date: Sat, 25 Mar 2017 00:08:37 -0700 Subject: qcacld-3.0: Fix kernel checkpatch warnings in wlan_hdd_ether.h Fix kernel checkpatch warnings in wlan_hdd_ether.h. Change-Id: I4f1dc72745f733758c1ba97d76dfd0ede93eee07 CRs-Fixed: 2024274 --- core/hdd/inc/wlan_hdd_ether.h | 23 ++++++----------------- 1 file changed, 6 insertions(+), 17 deletions(-) diff --git a/core/hdd/inc/wlan_hdd_ether.h b/core/hdd/inc/wlan_hdd_ether.h index cc20ad9b2fb0..3edc02b2896d 100644 --- a/core/hdd/inc/wlan_hdd_ether.h +++ b/core/hdd/inc/wlan_hdd_ether.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2014 The Linux Foundation. All rights reserved. + * Copyright (c) 2014, 2017 The Linux Foundation. All rights reserved. * * Previously licensed under the ISC license by Qualcomm Atheros, Inc. * @@ -27,33 +27,22 @@ #ifndef _WLAN_HDD_ETHER_H #define _WLAN_HDD_ETHER_H -/*============================================================================ - @file wlan_hdd_ether.h - - This module describes Ethernet packet formats for processing by HDD. - ============================================================================*/ -/* $Header$ */ - -/*---------------------------------------------------------------------------- - * Include Files - * -------------------------------------------------------------------------*/ +/** + * DOC: wlan_hdd_ether.h + * + * WLAN Host Device Driver Ethernet packet formats + */ #include #include #include #include -/*---------------------------------------------------------------------------- - * Preprocessor Definitions and Constants - * -------------------------------------------------------------------------*/ #define WLAN_SNAP_OUI_LEN 3 #define WLAN_SNAP_DSAP 0xAAU #define WLAN_SNAP_SSAP 0xAAU #define WLAN_SNAP_CTRL 0x03 #define WLAN_MIN_PROTO 0x0600 -/*---------------------------------------------------------------------------- - * Type Declarations - * -------------------------------------------------------------------------*/ struct wlan_snap_hdr { unsigned char dsap; unsigned char ssap; -- cgit v1.2.3