]> www.infradead.org Git - users/jedix/linux-maple.git/commitdiff
drm/radeon/r600_cs: Few typo fixes
authorBhaskar Chowdhury <unixbhaskar@gmail.com>
Wed, 24 Mar 2021 23:29:41 +0000 (04:59 +0530)
committerAlex Deucher <alexander.deucher@amd.com>
Fri, 9 Apr 2021 20:44:26 +0000 (16:44 -0400)
s/miror/mirror/
s/needind/needing/
s/informations/information/

Acked-by: Randy Dunlap <rdunlap@infradead.org>
Signed-off-by: Bhaskar Chowdhury <unixbhaskar@gmail.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/radeon/r600_cs.c

index 34b7c6f1647985e5138dbbbe90a7ba8c0f5294ed..8be4799a98eff701e4f378423b66e1055c31db9a 100644 (file)
@@ -38,7 +38,7 @@ extern void r600_cs_legacy_get_tiling_conf(struct drm_device *dev, u32 *npipes,
 
 
 struct r600_cs_track {
-       /* configuration we miror so that we use same code btw kms/ums */
+       /* configuration we mirror so that we use same code btw kms/ums */
        u32                     group_size;
        u32                     nbanks;
        u32                     npipes;
@@ -963,7 +963,7 @@ static int r600_cs_parse_packet0(struct radeon_cs_parser *p,
  *
  * This function will test against r600_reg_safe_bm and return 0
  * if register is safe. If register is not flag as safe this function
- * will test it against a list of register needind special handling.
+ * will test it against a list of register needing special handling.
  */
 static int r600_cs_check_reg(struct radeon_cs_parser *p, u32 reg, u32 idx)
 {
@@ -2336,7 +2336,7 @@ int r600_cs_parse(struct radeon_cs_parser *p)
 /**
  * r600_dma_cs_next_reloc() - parse next reloc
  * @p:         parser structure holding parsing context.
- * @cs_reloc:          reloc informations
+ * @cs_reloc:          reloc information
  *
  * Return the next reloc, do bo validation and compute
  * GPU offset using the provided start.