From patchwork Fri Feb 7 12:18:07 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Rashika Kheria X-Patchwork-Id: 317998 X-Patchwork-Delegate: davem@davemloft.net Return-Path: X-Original-To: patchwork-incoming@ozlabs.org Delivered-To: patchwork-incoming@ozlabs.org Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by ozlabs.org (Postfix) with ESMTP id 4FE432C009F for ; Fri, 7 Feb 2014 23:18:38 +1100 (EST) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754112AbaBGMSQ (ORCPT ); Fri, 7 Feb 2014 07:18:16 -0500 Received: from mail-pa0-f42.google.com ([209.85.220.42]:54989 "EHLO mail-pa0-f42.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753441AbaBGMSM (ORCPT ); Fri, 7 Feb 2014 07:18:12 -0500 Received: by mail-pa0-f42.google.com with SMTP id kl14so3115811pab.15 for ; Fri, 07 Feb 2014 04:18:12 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=date:from:to:cc:subject:message-id:mime-version:content-type :content-disposition:user-agent; bh=fLnb9B62OA/OEmIuSmmS/MKO8tFViTHU9cqZgTv1vWE=; b=yGdVByLyrsg+lRakNbMTRivcm1GfbwtqHDiiXNLTltQtfFzSxUWl4QcH1Cxt0Nb/ug 4+WHtZ27aGNQU6GBKU6w9xzbVkO+aIbidIQnRSmcVFl78vZqmEt8zIeMEBhaZKQepLHT iwe3GmAURODMKCVCDlXpzsAIGa/i+Lb2COkeK1ien0VqXTQCpXkAD2W3Ob/B006pZht8 PyOdFyKNjwAzVOxNu7PWUH+UwiFyKoyy1CUfI43u8CMLg+iEpU7MqakD7q1EVrzcdq5f cHCX2BPyhafy0L/M9twwBinDsR1ZVJ5K+EVlS3vvhLg5RCN82LWQD2mlKf73hmu3+LRA SGow== X-Received: by 10.68.241.198 with SMTP id wk6mr19370558pbc.11.1391775492016; Fri, 07 Feb 2014 04:18:12 -0800 (PST) Received: from rashika ([14.139.82.6]) by mx.google.com with ESMTPSA id ei4sm13085106pbb.42.2014.02.07.04.18.10 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Fri, 07 Feb 2014 04:18:10 -0800 (PST) Date: Fri, 7 Feb 2014 17:48:07 +0530 From: Rashika Kheria To: linux-kernel@vger.kernel.org Cc: Armin Schindler , Karsten Keil , netdev@vger.kernel.org, josh@joshtriplett.org Subject: [PATCH 01/26] drivers: isdn: Rectify typing error in xdi_msg.h Message-ID: <3cb4d7892ba5a0c0936b3a1e2c9c991a6dbc3229.1390408513.git.rashika.kheria@gmail.com> MIME-Version: 1.0 Content-Disposition: inline User-Agent: Mutt/1.5.21 (2010-09-15) Sender: netdev-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: netdev@vger.kernel.org Rectify typing error while including the guard for the header file xdi_msg.h so that proper guard is wrapped around the file to prevent it from being included more than once. Signed-off-by: Rashika Kheria Reviewed-by: Josh Triplett --- drivers/isdn/hardware/eicon/xdi_msg.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/isdn/hardware/eicon/xdi_msg.h b/drivers/isdn/hardware/eicon/xdi_msg.h index 58368f7..2498c34 100644 --- a/drivers/isdn/hardware/eicon/xdi_msg.h +++ b/drivers/isdn/hardware/eicon/xdi_msg.h @@ -1,6 +1,6 @@ /* $Id: xdi_msg.h,v 1.1.2.2 2001/02/16 08:40:36 armin Exp $ */ -#ifndef __DIVA_XDI_UM_CFG_MESSSGE_H__ +#ifndef __DIVA_XDI_UM_CFG_MESSAGE_H__ #define __DIVA_XDI_UM_CFG_MESSAGE_H__ /*