Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754581AbbB0SS0 (ORCPT ); Fri, 27 Feb 2015 13:18:26 -0500 Received: from mail-wg0-f54.google.com ([74.125.82.54]:44079 "EHLO mail-wg0-f54.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752318AbbB0SSZ (ORCPT ); Fri, 27 Feb 2015 13:18:25 -0500 From: Matteo Semenzato X-Google-Original-From: Matteo Semenzato To: gregkh@linuxfoundation.org, tvboxspy@gmail.com, gclement@baobob.org, joe@perches.com, guido@vanguardiasur.com.ar Cc: devel@driverdev.osuosl.org, linux-kernel@vger.kernel.org, Matteo Semenzato Subject: [PATCH] Staging: vt6655: replace C99 style comments Date: Fri, 27 Feb 2015 19:18:17 +0100 Message-Id: <1425061097-16079-1-git-send-email-mattew8898@gmail.com> X-Mailer: git-send-email 2.3.1 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 938 Lines: 28 From: Matteo Semenzato This patch fixes the following error: ERROR: do not use C99 // comments Signed-off-by: Matteo Semenzato --- drivers/staging/vt6655/key.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/staging/vt6655/key.h b/drivers/staging/vt6655/key.h index c01d4af..261f818 100644 --- a/drivers/staging/vt6655/key.h +++ b/drivers/staging/vt6655/key.h @@ -66,4 +66,4 @@ int vnt_key_init_table(struct vnt_private *); int vnt_set_keys(struct ieee80211_hw *hw, struct ieee80211_sta *sta, struct ieee80211_vif *vif, struct ieee80211_key_conf *key); -#endif // __KEY_H__ +#endif /* __KEY_H__ */ -- 2.3.1 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/