[Skiboot] [PATCH] surv: Fix "hearbeat" typo
Stewart Smith
stewart at linux.vnet.ibm.com
Wed Apr 29 09:38:23 AEST 2015
Anton Blanchard <anton at samba.org> writes:
> - prerror("SURV: Failed to allocate hbeat msg\n");
> + prerror("SURV: Failed to allocate heartbeat msg\n");
> return;
> }
> if (fsp_queue_msg(msg, fsp_surv_ack)) {
> fsp_freemsg(msg);
> - prerror("SURV: Failed to queue hbeat msg\n");
> + prerror("SURV: Failed to queue heartbeat msg\n");
> } else {
Are you getting a lot of these two? That would kind of concern me as you
shouldn't ordinarily get these.
Not on a larger P8 system by any chance?
More information about the Skiboot
mailing list