nvidiafb: fix boot-time printk string

On bootup nvidiafb prints the following on my Apple G5:

nvidiafb: CRTC 1appears to have a CRT attached

There should be a space between the '1' and the 'appears'. Add it.

Signed-off-by: Mikael Pettersson <mikpe@it.uu.se>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>

authored by

Mikael Pettersson and committed by
Linus Torvalds
4e8a2372 840c516f

+1 -2
+1 -2
drivers/video/nvidia/nv_setup.c
··· 543 543 } else if (analog_on_B) { 544 544 CRTCnumber = outputBfromCRTC; 545 545 FlatPanel = 0; 546 - printk("nvidiafb: CRTC %i" 547 - "appears to have a " 546 + printk("nvidiafb: CRTC %i appears to have a " 548 547 "CRT attached\n", CRTCnumber); 549 548 } else if (slaved_on_A) { 550 549 CRTCnumber = 0;