Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752851AbcJJOMG (ORCPT ); Mon, 10 Oct 2016 10:12:06 -0400 Received: from mail-lf0-f52.google.com ([209.85.215.52]:36687 "EHLO mail-lf0-f52.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752648AbcJJOMF (ORCPT ); Mon, 10 Oct 2016 10:12:05 -0400 From: Sergio Paracuellos To: gregkh@linuxfoundation.org Cc: devel@driverdev.osuosl.org, linux-kernel@vger.kernel.org Subject: [PATCH 0/5] Replace data type declarations with variables of same types in several source files. Date: Mon, 10 Oct 2016 16:02:17 +0200 Message-Id: <1476108142-27623-1-git-send-email-sergio.paracuellos@gmail.com> X-Mailer: git-send-email 1.9.1 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 942 Lines: 24 This patch series replaces several sizeof(struct XXX) stuff in favour of sizeof(var) which is the preferred one. Sergio Paracuellos (5): staging: wlan-ng: Replace data type declaration with variable of same type in cfg80211.c staging: wlan-ng: Replace data type declaration with variable of same type in hfa384x_usb.c staging: wlan-ng: Replace data type declaration with variable of same type in p80211conv.c staging: wlan-ng: Replace data type declaration with variable of same type in p80211netdev.c staging: wlan-ng: Replace data type declaration with variable of same type in prism2sta.c drivers/staging/wlan-ng/cfg80211.c | 2 +- drivers/staging/wlan-ng/hfa384x_usb.c | 2 +- drivers/staging/wlan-ng/p80211conv.c | 2 +- drivers/staging/wlan-ng/p80211netdev.c | 12 ++++++------ drivers/staging/wlan-ng/prism2sta.c | 6 +++--- 5 files changed, 12 insertions(+), 12 deletions(-) -- 1.9.1