[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-changelog] [NET] front: Minor style fix and eliminate Emacs style comment which
# HG changeset patch # User kaf24@xxxxxxxxxxxxxxxxxxxx # Node ID 898426a79d5a6ce15550d14fdb59feafc937bf20 # Parent 4bd332f2bb1e8e42431f64ce5b586298ab99e7f5 [NET] front: Minor style fix and eliminate Emacs style comment which is considered poor taste by current kernel community. Signed-off-by: Stephen Hemminger <shemminger@xxxxxxxx> --- linux-2.6-xen-sparse/drivers/xen/netfront/netfront.c | 24 ++++--------------- 1 files changed, 6 insertions(+), 18 deletions(-) diff -r 4bd332f2bb1e -r 898426a79d5a linux-2.6-xen-sparse/drivers/xen/netfront/netfront.c --- a/linux-2.6-xen-sparse/drivers/xen/netfront/netfront.c Thu May 18 10:02:32 2006 +0100 +++ b/linux-2.6-xen-sparse/drivers/xen/netfront/netfront.c Thu May 18 10:04:26 2006 +0100 @@ -1,25 +1,25 @@ /****************************************************************************** * Virtual network driver for conversing with remote driver backends. - * + * * Copyright (c) 2002-2005, K A Fraser * Copyright (c) 2005, XenSource Ltd - * + * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License version 2 * as published by the Free Software Foundation; or, when distributed * separately from the Linux kernel or incorporated into other * software packages, subject to the following license: - * + * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this source file (the "Software"), to deal in the Software without * restriction, including without limitation the rights to use, copy, modify, * merge, publish, distribute, sublicense, and/or sell copies of the Software, * and to permit persons to whom the Software is furnished to do so, subject to * the following conditions: - * + * * The above copyright notice and this permission notice shall be included in * all copies or substantial portions of the Software. - * + * * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE @@ -75,8 +75,7 @@ static inline void init_skb_shinfo(struc skb_shinfo(skb)->frag_list = NULL; } -struct netfront_info -{ +struct netfront_info { struct list_head list; struct net_device *netdev; @@ -1501,14 +1500,3 @@ static void xennet_proc_delif(struct net } #endif - - -/* - * Local variables: - * c-file-style: "linux" - * indent-tabs-mode: t - * c-indent-level: 8 - * c-basic-offset: 8 - * tab-width: 8 - * End: - */ _______________________________________________ Xen-changelog mailing list Xen-changelog@xxxxxxxxxxxxxxxxxxx http://lists.xensource.com/xen-changelog
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |