diff options
Diffstat (limited to 'sys/dev/ocs_fc/ocs_xport.c')
| -rw-r--r-- | sys/dev/ocs_fc/ocs_xport.c | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/sys/dev/ocs_fc/ocs_xport.c b/sys/dev/ocs_fc/ocs_xport.c index d997ea245132..9e69bf0ed98f 100644 --- a/sys/dev/ocs_fc/ocs_xport.c +++ b/sys/dev/ocs_fc/ocs_xport.c @@ -482,12 +482,12 @@ ocs_xport_initialize(ocs_xport_t *xport)  	 /* Setup persistent topology based on topology mod-param value */          rc = ocs_topology_setup(ocs);          if (rc) { -                ocs_log_err(ocs, "%s: Can't set the toplogy\n", ocs->desc); +                ocs_log_err(ocs, "%s: Can't set the topology\n", ocs->desc);                  return -1;          }  	if (ocs_hw_set(&ocs->hw, OCS_HW_TOPOLOGY, ocs->topology) != OCS_HW_RTN_SUCCESS) { -		ocs_log_err(ocs, "%s: Can't set the toplogy\n", ocs->desc); +		ocs_log_err(ocs, "%s: Can't set the topology\n", ocs->desc);  		return -1;  	}  	ocs_hw_set(&ocs->hw, OCS_HW_RQ_DEFAULT_BUFFER_SIZE, OCS_FC_RQ_SIZE_DEFAULT); | 
