Merge branch 'master' into for-next
authorJiri Kosina <jkosina@suse.cz>
Mon, 18 Mar 2013 09:57:32 +0000 (10:57 +0100)
committerJiri Kosina <jkosina@suse.cz>
Mon, 18 Mar 2013 09:57:57 +0000 (10:57 +0100)
Sync with Linus' tree to be able to apply patch to the newly
added ITG-3200 driver.

Documentation/virtual/virtio-spec.txt
drivers/net/ethernet/sfc/Kconfig
kernel/.gitignore
mm/hugetlb.c

index 0d6ec85481cb5f70693bc6bb8a3197cb85f8028a..eb094039b50dd25c19ff3859dbb3750641957f91 100644 (file)
@@ -1389,7 +1389,7 @@ segmentation, if both guests are amenable.
 
 Packets are transmitted by placing them in the transmitq, and
 buffers for incoming packets are placed in the receiveq. In each
-case, the packet itself is preceeded by a header:
+case, the packet itself is preceded by a header:
 
 struct virtio_net_hdr {
 
@@ -1631,7 +1631,7 @@ struct virtio_net_ctrl_mac {
 
 The device can filter incoming packets by any number of
 destination MAC addresses.[footnote:
-Since there are no guarentees, it can use a hash filter
+Since there are no guarantees, it can use a hash filter
 orsilently switch to allmulti or promiscuous mode if it is given
 too many addresses.
 ] This table is set using the class VIRTIO_NET_CTRL_MAC and the
@@ -1822,7 +1822,7 @@ the FLUSH and FLUSH_OUT types are equivalent, the device does not
 distinguish between them
 ]). If the device has VIRTIO_BLK_F_BARRIER feature the high bit
 (VIRTIO_BLK_T_BARRIER) indicates that this request acts as a
-barrier and that all preceeding requests must be complete before
+barrier and that all preceding requests must be complete before
 this one, and all following requests must not be started until
 this is complete. Note that a barrier does not flush caches in
 the underlying backend device in host, and thus does not serve as
index 435b4f1e348886b0294cfc2fb75c9ff0ecb25eac..4136ccc4a9543cf8a1f351a4f1fefff4ecb309ad 100644 (file)
@@ -24,7 +24,7 @@ config SFC_MCDI_MON
        bool "Solarflare SFC9000-family hwmon support"
        depends on SFC && HWMON && !(SFC=y && HWMON=m)
        default y
-       ----help---
+       ---help---
          This exposes the on-board firmware-managed sensors as a
          hardware monitor device.
 config SFC_SRIOV
index ab4f1090f437e0aaa0395e110169cdc6d37b50d9..b3097bde4e9cbc999e5d09205db8014e0da27632 100644 (file)
@@ -4,3 +4,4 @@
 config_data.h
 config_data.gz
 timeconst.h
+hz.bc
index 0a0be33bb1997f9b19d1800e906c97f7e5a18d38..c65a8a583d132ed0609808a30d1ddd2cc4ca5050 100644 (file)
@@ -1761,7 +1761,7 @@ static struct hstate *kobj_to_node_hstate(struct kobject *kobj, int *nidp)
  * Unregister hstate attributes from a single node device.
  * No-op if no hstate attributes attached.
  */
-void hugetlb_unregister_node(struct node *node)
+static void hugetlb_unregister_node(struct node *node)
 {
        struct hstate *h;
        struct node_hstate *nhs = &node_hstates[node->dev.id];
@@ -1805,7 +1805,7 @@ static void hugetlb_unregister_all_nodes(void)
  * Register hstate attributes for a single node device.
  * No-op if attributes already registered.
  */
-void hugetlb_register_node(struct node *node)
+static void hugetlb_register_node(struct node *node)
 {
        struct hstate *h;
        struct node_hstate *nhs = &node_hstates[node->dev.id];