From patchwork Fri Dec 30 03:48:49 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Paul Gortmaker X-Patchwork-Id: 133608 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 053B2B6FC3 for ; Fri, 30 Dec 2011 14:49:44 +1100 (EST) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755044Ab1L3DtN (ORCPT ); Thu, 29 Dec 2011 22:49:13 -0500 Received: from mail.windriver.com ([147.11.1.11]:63602 "EHLO mail.windriver.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754979Ab1L3DtL (ORCPT ); Thu, 29 Dec 2011 22:49:11 -0500 Received: from yow-pgortmak-d1.corp.ad.wrs.com (yow-pgortmak-d1.ottawa.windriver.com [128.224.146.65]) by mail.windriver.com (8.14.3/8.14.3) with ESMTP id pBU3n7r1005974; Thu, 29 Dec 2011 19:49:08 -0800 (PST) From: Paul Gortmaker To: davem@davemloft.net Cc: netdev@vger.kernel.org, allan.stephens@windriver.com, ying.xue@windriver.com, Paul Gortmaker Subject: [PATCH net-next 0/8] tipc: add tipc_ prefix to various structs Date: Thu, 29 Dec 2011 22:48:49 -0500 Message-Id: <1325216937-5856-1-git-send-email-paul.gortmaker@windriver.com> X-Mailer: git-send-email 1.7.4.4 Sender: netdev-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: netdev@vger.kernel.org Hi Dave, Here is the addition of the tipc_ prefix that you requested earlier this week. I left the changes as separate commits since it makes it easier at a glance to review them and make sure my regex foo did the right thing in each case. The last commit intentionally adds an "s" [i.e. name --> names] since that better describes what the struct actually contains. I didn't redo runtime testing, but it is compile tested as a sanity check. Long lines caused by the addition of the prefix have been wrapped so the patches are (as usual) checkpatch clean. Happy New Year! Paul. --- The following changes since commit d191854282fd831da785a5a34bc6fd16049b8578: ipv6: Kill rt6i_dev and rt6i_expires defines. (2011-12-28 20:19:20 -0500) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linux.git tipc-Dec29-2011 Paul Gortmaker (8): tipc: rename struct media to struct tipc_media tipc: rename struct port_list to struct tipc_port_list tipc: rename struct subscription to struct tipc_subscription tipc: rename struct subscriber to struct tipc_subscriber tipc: rename struct bclink to struct tipc_bclink tipc: rename struct bcbearer* to tipc_bcbearer* tipc: rename struct link* to struct tipc_link* tipc: rename struct bearer_name to struct tipc_bearer_names net/tipc/bcast.c | 46 +++++++------- net/tipc/bcast.h | 10 ++-- net/tipc/bearer.c | 42 +++++++------ net/tipc/bearer.h | 23 ++++---- net/tipc/discover.c | 20 +++--- net/tipc/discover.h | 8 +- net/tipc/eth_media.c | 4 +- net/tipc/link.c | 155 +++++++++++++++++++++++++------------------------ net/tipc/link.h | 52 +++++++++-------- net/tipc/name_distr.c | 2 +- net/tipc/name_table.c | 15 +++-- net/tipc/name_table.h | 10 ++-- net/tipc/node.c | 18 +++--- net/tipc/node.h | 12 ++-- net/tipc/port.c | 8 +- net/tipc/port.h | 4 +- net/tipc/subscr.c | 46 +++++++------- net/tipc/subscr.h | 10 ++-- 18 files changed, 248 insertions(+), 237 deletions(-)