# HG changeset patch
# User shemminger@xxxxxxxxxxxxxxxxxxxxx
# Node ID f767d5dc33930e12d267ccf4a0fbe908414d06e2
# Parent 7cbc1fc8dbea8c4ceb7caac014f5e1a134f10e9c
Minor style fix and eliminate Emacs style comment which is considered
poor taste by current kernel community.
Signed-off-by: Stephen Hemminger <shemminger@xxxxxxxx>
diff -r 7cbc1fc8dbea -r f767d5dc3393
linux-2.6-xen-sparse/drivers/xen/netfront/netfront.c
--- a/linux-2.6-xen-sparse/drivers/xen/netfront/netfront.c Tue May 16
18:54:41 2006
+++ b/linux-2.6-xen-sparse/drivers/xen/netfront/netfront.c Wed May 17
20:41:25 2006
@@ -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 @@
skb_shinfo(skb)->frag_list = NULL;
}
-struct netfront_info
-{
+struct netfront_info {
struct list_head list;
struct net_device *netdev;
@@ -1524,14 +1523,3 @@
}
#endif
-
-
-/*
- * Local variables:
- * c-file-style: "linux"
- * indent-tabs-mode: t
- * c-indent-level: 8
- * c-basic-offset: 8
- * tab-width: 8
- * End:
- */
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
|