From: Sasha Neftin Date: Mon, 11 Mar 2019 22:34:35 +0000 (+0200) Subject: igc: Fix the typo in igc_base.h header definition X-Git-Tag: v5.2-rc1~133^2~352^2~1 X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=ecad77fd29e4437e0488c5776fee1cc41a33aebb;p=users%2Fjedix%2Flinux-maple.git igc: Fix the typo in igc_base.h header definition Add the underline for the _IGC_BASE_H_. Signed-off-by: Sasha Neftin Tested-by: Aaron Brown Signed-off-by: Jeff Kirsher --- diff --git a/drivers/net/ethernet/intel/igc/igc_base.h b/drivers/net/ethernet/intel/igc/igc_base.h index 76d4991d7284..58d1109d7f3f 100644 --- a/drivers/net/ethernet/intel/igc/igc_base.h +++ b/drivers/net/ethernet/intel/igc/igc_base.h @@ -1,8 +1,8 @@ /* SPDX-License-Identifier: GPL-2.0 */ /* Copyright (c) 2018 Intel Corporation */ -#ifndef _IGC_BASE_H -#define _IGC_BASE_H +#ifndef _IGC_BASE_H_ +#define _IGC_BASE_H_ /* forward declaration */ void igc_rx_fifo_flush_base(struct igc_hw *hw);