netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net-next 0/8] tipc: add tipc_ prefix to various structs
@ 2011-12-30  3:48 Paul Gortmaker
  2011-12-30  3:48 ` [PATCH net-next 1/8] tipc: rename struct media to struct tipc_media Paul Gortmaker
                   ` (8 more replies)
  0 siblings, 9 replies; 10+ messages in thread
From: Paul Gortmaker @ 2011-12-30  3:48 UTC (permalink / raw)
  To: davem; +Cc: netdev, allan.stephens, ying.xue, Paul Gortmaker

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(-)

-- 
1.7.4.4

^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2011-12-30 18:53 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-12-30  3:48 [PATCH net-next 0/8] tipc: add tipc_ prefix to various structs Paul Gortmaker
2011-12-30  3:48 ` [PATCH net-next 1/8] tipc: rename struct media to struct tipc_media Paul Gortmaker
2011-12-30  3:48 ` [PATCH net-next 2/8] tipc: rename struct port_list to struct tipc_port_list Paul Gortmaker
2011-12-30  3:48 ` [PATCH net-next 3/8] tipc: rename struct subscription to struct tipc_subscription Paul Gortmaker
2011-12-30  3:48 ` [PATCH net-next 4/8] tipc: rename struct subscriber to struct tipc_subscriber Paul Gortmaker
2011-12-30  3:48 ` [PATCH net-next 5/8] tipc: rename struct bclink to struct tipc_bclink Paul Gortmaker
2011-12-30  3:48 ` [PATCH net-next 6/8] tipc: rename struct bcbearer* to tipc_bcbearer* Paul Gortmaker
2011-12-30  3:48 ` [PATCH net-next 7/8] tipc: rename struct link* to struct tipc_link* Paul Gortmaker
2011-12-30  3:48 ` [PATCH net-next 8/8] tipc: rename struct bearer_name to struct tipc_bearer_names Paul Gortmaker
2011-12-30 18:53 ` [PATCH net-next 0/8] tipc: add tipc_ prefix to various structs David Miller

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).