|
|
@@ -300,7 +300,7 @@ static int ip_vs_svc_hash(struct ip_vs_service *svc)
|
|
|
unsigned int hash;
|
|
|
|
|
|
if (svc->flags & IP_VS_SVC_F_HASHED) {
|
|
|
- pr_err("%s(): request for already hashed, called from %pF\n",
|
|
|
+ pr_err("%s(): request for already hashed, called from %pS\n",
|
|
|
__func__, __builtin_return_address(0));
|
|
|
return 0;
|
|
|
}
|
|
|
@@ -334,7 +334,7 @@ static int ip_vs_svc_hash(struct ip_vs_service *svc)
|
|
|
static int ip_vs_svc_unhash(struct ip_vs_service *svc)
|
|
|
{
|
|
|
if (!(svc->flags & IP_VS_SVC_F_HASHED)) {
|
|
|
- pr_err("%s(): request for unhash flagged, called from %pF\n",
|
|
|
+ pr_err("%s(): request for unhash flagged, called from %pS\n",
|
|
|
__func__, __builtin_return_address(0));
|
|
|
return 0;
|
|
|
}
|