diff for duplicates of <20090216003820.GO15266@solarflare.com> diff --git a/a/1.txt b/N1/1.txt index 211f1bb..f3228c6 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -23,7 +23,7 @@ Acked-by: Ben Hutchings <bhutchings@solarflare.com> > - unsigned link_fc; > + bool change = false; > -> if (efx->phy_type = PHY_TYPE_SFX7101) { +> if (efx->phy_type == PHY_TYPE_SFX7101) { > - link_ok = sfx7101_link_ok(efx); > + bool link_ok = sfx7101_link_ok(efx); > if (link_ok != efx->link_up) { diff --git a/a/content_digest b/N1/content_digest index 16ef7a1..5aaa19e 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -34,7 +34,7 @@ "> -\tunsigned link_fc;\n" "> +\tbool change = false;\n" "> \n" - "> \tif (efx->phy_type = PHY_TYPE_SFX7101) {\n" + "> \tif (efx->phy_type == PHY_TYPE_SFX7101) {\n" "> -\t\tlink_ok = sfx7101_link_ok(efx);\n" "> +\t\tbool link_ok = sfx7101_link_ok(efx);\n" "> \t\tif (link_ok != efx->link_up) {\n" @@ -56,4 +56,4 @@ "Not speaking for my employer; that's the marketing department's job.\n" They asked us to note that Solarflare product names are trademarked. -31d97f415d1232879a2d618822ff44ad3f8a3ee696c4f45c488e156d2ef94c69 +829b94fb31ffdde311a4491d382ad402d4da902f671839b29444fce84aa6e498
This is an external index of several public inboxes, see mirroring instructions on how to clone and mirror all data and code used by this external index.