]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/blobdiff - arch/powerpc/platforms/cell/spufs/sched.c
Fix common misspellings
[mirror_ubuntu-jammy-kernel.git] / arch / powerpc / platforms / cell / spufs / sched.c
index 0b04662849320d662ea3cb974b20e5e4bdc711cb..65203857b0cebdf4601a23617d8d6db1aa84494f 100644 (file)
@@ -846,7 +846,7 @@ static struct spu_context *grab_runnable_context(int prio, int node)
                struct list_head *rq = &spu_prio->runq[best];
 
                list_for_each_entry(ctx, rq, rq) {
-                       /* XXX(hch): check for affinity here aswell */
+                       /* XXX(hch): check for affinity here as well */
                        if (__node_allowed(ctx, node)) {
                                __spu_del_from_rq(ctx);
                                goto found;