X-Git-Url: http://pilppa.org/gitweb/gitweb.cgi?a=blobdiff_plain;f=drivers%2Fbase%2Ftransport_class.c;h=40bca48abc12dcfa18de9e92c8e4327fb1bf6845;hb=10f32065a25d22bf7894fa39ff2ce8492922086a;hp=4fb4c5de8470cc9b4c17d87ffb896014b37e0de4;hpb=d0a7e574007fd547d72ec693bfa35778623d0738;p=linux-2.6-omap-h63xx.git diff --git a/drivers/base/transport_class.c b/drivers/base/transport_class.c index 4fb4c5de847..40bca48abc1 100644 --- a/drivers/base/transport_class.c +++ b/drivers/base/transport_class.c @@ -7,7 +7,7 @@ * This file is licensed under GPLv2 * * The basic idea here is to allow any "device controller" (which - * would most often be a Host Bus Adapter" to use the services of one + * would most often be a Host Bus Adapter to use the services of one * or more tranport classes for performing transport specific * services. Transport specific services are things that the generic * command layer doesn't want to know about (speed settings, line @@ -126,9 +126,7 @@ static int transport_setup_classdev(struct attribute_container *cont, } /** - * transport_setup_device - declare a new dev for transport class association - * but don't make it visible yet. - * + * transport_setup_device - declare a new dev for transport class association but don't make it visible yet. * @dev: the generic device representing the entity being added * * Usually, dev represents some component in the HBA system (either