[...] > > > > /* > > * xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx > > */ > > void kvm_hwpoison_page_add(ram_addr_t ram_addr); > > It should be in the doc-comment format, which begins "/**" and has some stylization of how you list parameters and so on. Lots of > examples in the existing headers. understand, thanks for the explanation. > > thanks > -- PMM