bcma: cleanup comments
[linux-2.6-block.git] / drivers / bcma / main.c
index 8e7ca3e4c8c49d661a3d7f26b99f89ed4d8845c4..44392b624b200c01b69a84d1ea4f3e5b0e686ab6 100644 (file)
@@ -293,7 +293,7 @@ static int bcma_register_devices(struct bcma_bus *bus)
        int err;
 
        list_for_each_entry(core, &bus->cores, list) {
-               /* We support that cores ourself */
+               /* We support that core ourselves */
                switch (core->id.id) {
                case BCMA_CORE_4706_CHIPCOMMON:
                case BCMA_CORE_CHIPCOMMON:
@@ -369,7 +369,7 @@ void bcma_unregister_cores(struct bcma_bus *bus)
        if (bus->hosttype == BCMA_HOSTTYPE_SOC)
                platform_device_unregister(bus->drv_cc.watchdog);
 
-       /* Now noone uses internally-handled cores, we can free them */
+       /* Now no one uses internally-handled cores, we can free them */
        list_for_each_entry_safe(core, tmp, &bus->cores, list) {
                list_del(&core->list);
                put_device(&core->dev);