Skip to content

Commit

Permalink
scsi: aic7xxx: Fix typos in comments
Browse files Browse the repository at this point in the history
Various spelling mistakes in comments.  Detected with the help of
Coccinelle.

Link: https://lore.kernel.org/r/20220314115354.144023-26-Julia.Lawall@inria.fr
Signed-off-by: Julia Lawall <Julia.Lawall@inria.fr>
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
  • Loading branch information
Julia Lawall authored and Martin K. Petersen committed Mar 15, 2022
1 parent 5419e0f commit 9d05790
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/scsi/aic7xxx/aicasm/aicasm.c
Original file line number Diff line number Diff line change
Expand Up @@ -283,7 +283,7 @@ main(int argc, char *argv[])
/*
* Decend the tree of scopes and insert/emit
* patches as appropriate. We perform a depth first
* tranversal, recursively handling each scope.
* traversal, recursively handling each scope.
*/
/* start at the root scope */
dump_scope(SLIST_FIRST(&scope_stack));
Expand Down

0 comments on commit 9d05790

Please sign in to comment.