int show_my_proc_func(char *page,char **start,off_t offset,int count,int *eof,void *data)
{
int len = 0;
len +=sprintf(page+len,">====Function: show my proc func=====<\n");
len +=sprintf(page+len,"hello ,you\n");
len +=sprintf(page+len,"hello ,my\n");
len +=sprintf(page+len,"hello ,proc\n");
len +=sprintf(page+len,"hello ,OK!\n");