> + if (device_create_file(&wf_platform_device.dev, &new_ct->attr)) > + printk(KERN_WARNING "windfarm: device_creat_file failed" > + "for %s\n", new_ct->name); Needs a space in the string. Segher