From: Ethan Jackson Date: Thu, 6 Jan 2011 20:09:05 +0000 (-0800) Subject: vswitchd: Whitespace fixups. X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6b4186af06c450aeaec3a2f677efeb2d10a023fe;p=openvswitch vswitchd: Whitespace fixups. Removed tabs from vswitch.xml. Removed trailing whitespace from the bridge. --- diff --git a/vswitchd/bridge.c b/vswitchd/bridge.c index d505b533..e2d26c00 100644 --- a/vswitchd/bridge.c +++ b/vswitchd/bridge.c @@ -671,7 +671,7 @@ bridge_reconfigure(const struct ovsrec_open_vswitch *ovs_cfg) shash_init(&args); if (iface) { - shash_from_ovs_idl_map(iface->cfg->key_options, + shash_from_ovs_idl_map(iface->cfg->key_options, iface->cfg->value_options, iface->cfg->n_options, &args); } @@ -711,7 +711,7 @@ bridge_reconfigure(const struct ovsrec_open_vswitch *ovs_cfg) struct shash args; shash_init(&args); - shash_from_ovs_idl_map(iface->cfg->key_options, + shash_from_ovs_idl_map(iface->cfg->key_options, iface->cfg->value_options, iface->cfg->n_options, &args); netdev_reconfigure(iface->netdev, &args); diff --git a/vswitchd/vswitch.xml b/vswitchd/vswitch.xml index 293634b6..77906882 100644 --- a/vswitchd/vswitch.xml +++ b/vswitchd/vswitch.xml @@ -197,21 +197,21 @@

- These columns report the types and versions of the hardware and - software running Open vSwitch. We recommend in general that software - should test whether specific features are supported instead of relying - on version number checks. These values are primarily intended for - reporting to human administrators. + These columns report the types and versions of the hardware and + software running Open vSwitch. We recommend in general that software + should test whether specific features are supported instead of relying + on version number checks. These values are primarily intended for + reporting to human administrators.

- The Open vSwitch version number, e.g. 1.1.0pre2. - If Open vSwitch was configured with a build number, then it is - also included, e.g. 1.1.0pre2+build4948. + The Open vSwitch version number, e.g. 1.1.0pre2. + If Open vSwitch was configured with a build number, then it is + also included, e.g. 1.1.0pre2+build4948. -

+

The database schema version number in the form major.minor.tweak, e.g. 1.2.3. Whenever the database schema is changed in @@ -232,26 +232,26 @@

- An identifier for the type of system on top of which Open vSwitch - runs, e.g. XenServer or KVM. -

-

- System integrators are responsible for choosing and setting an - appropriate value for this column. -

+ An identifier for the type of system on top of which Open vSwitch + runs, e.g. XenServer or KVM. +

+

+ System integrators are responsible for choosing and setting an + appropriate value for this column. +

- The version of the system identified by , - e.g. 5.5.0-24648p on XenServer 5.5.0 build 24648. -

-

- System integrators are responsible for choosing and setting an - appropriate value for this column. -

-
- + The version of the system identified by , + e.g. 5.5.0-24648p on XenServer 5.5.0 build 24648. +

+

+ System integrators are responsible for choosing and setting an + appropriate value for this column. +

+ +