Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

tree-wide: s/widht/width/g typo in comments

Signed-off-by: Daniel Mack <daniel@caiaq.de>
Cc: Jiri Kosina <trivial@kernel.org>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>

authored by

Daniel Mack and committed by
Jiri Kosina
551e378c d9a5f04b

+5 -5
+1 -1
arch/m68k/include/asm/fbio.h
··· 173 173 int mdi_ncluts; /* Number of implemented CLUTs in this MDI */ 174 174 int mdi_type; /* FBTYPE name */ 175 175 int mdi_height; /* height */ 176 - int mdi_width; /* widht */ 176 + int mdi_width; /* width */ 177 177 int mdi_size; /* available ram */ 178 178 int mdi_mode; /* 8bpp, 16bpp or 32bpp */ 179 179 int mdi_pixfreq; /* pixel clock (from PROM) */
+1 -1
arch/sparc/include/asm/fbio.h
··· 173 173 int mdi_ncluts; /* Number of implemented CLUTs in this MDI */ 174 174 int mdi_type; /* FBTYPE name */ 175 175 int mdi_height; /* height */ 176 - int mdi_width; /* widht */ 176 + int mdi_width; /* width */ 177 177 int mdi_size; /* available ram */ 178 178 int mdi_mode; /* 8bpp, 16bpp or 32bpp */ 179 179 int mdi_pixfreq; /* pixel clock (from PROM) */
+1 -1
drivers/net/skfp/ess.c
··· 557 557 558 558 /* 559 559 * send never allocation request where the requested payload and 560 - * overhead is zero or deallocate bandwidht when no bandwidth is 560 + * overhead is zero or deallocate bandwidth when no bandwidth is 561 561 * parsed 562 562 */ 563 563 if (!smc->mib.fddiESSPayload) {
+1 -1
drivers/video/68328fb.c
··· 308 308 * Pseudocolor: 309 309 * uses offset = 0 && length = RAMDAC register width. 310 310 * var->{color}.offset is 0 311 - * var->{color}.length contains widht of DAC 311 + * var->{color}.length contains width of DAC 312 312 * cmap is not used 313 313 * RAMDAC[X] is programmed to (red, green, blue) 314 314 * Truecolor:
+1 -1
drivers/video/pm2fb.c
··· 896 896 * Pseudocolor: 897 897 * uses offset = 0 && length = DAC register width. 898 898 * var->{color}.offset is 0 899 - * var->{color}.length contains widht of DAC 899 + * var->{color}.length contains width of DAC 900 900 * cmap is not used 901 901 * DAC[X] is programmed to (red, green, blue) 902 902 * Truecolor: