On Fri, Nov 10, 2017 at 08:48:29AM +0900, Sergey Senozhatsky wrote: > -Examples:: > - > - printk("Going to call: %pF\n", gettimeofday); > - printk("Going to call: %pF\n", p->func); > - printk("%s: called from %pS\n", __func__, (void *)_RET_IP_); > - printk("%s: called from %pS\n", __func__, > - (void *)__builtin_return_address(0)); > - printk("Faulted at %pS\n", (void *)regs->ip); > - printk(" %s%pB\n", (reliable ? "" : "? "), (void *)*stack); Did you mean to delete the Examples completely? Wouldn't it be better to just update (s/%pF/%pS/g)? -Tony -- To unsubscribe from this list: send the line "unsubscribe linux-parisc" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html