Ram Dorai wrote:

    Fixed.
     > > +static int
     > > +ibft_mmap_binary(struct kobject *kobj, struct bin_attribute
    *attr,
     > > +            struct vm_area_struct *vma)
     >



Do we not put a space between binary and '('. Is that against the coding guidelines?

Right, we do not put a space there.

It's read_binary(ko, attr, vma);

so function names have no space following them, but
if, for, switch, and while do have space following them.

--
~Randy
Phaedrus says that Quality is about caring.
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Reply via email to