diff --git a/man/systemd-portabled.service.xml b/man/systemd-portabled.service.xml
index 7b1c3ae68cb..91da27eba82 100644
--- a/man/systemd-portabled.service.xml
+++ b/man/systemd-portabled.service.xml
@@ -45,7 +45,6 @@
Most of systemd-portabled's functionality is accessible through the
portablectl1 command.
-
See the Portable
Services Documentation for details about the concepts this service implements.
diff --git a/src/portable/portabled-image-bus.c b/src/portable/portabled-image-bus.c
index 1dc6b77b3ba..02a2db23524 100644
--- a/src/portable/portabled-image-bus.c
+++ b/src/portable/portabled-image-bus.c
@@ -156,7 +156,6 @@ int bus_image_common_get_metadata(
for (i = 0; i < hashmap_size(unit_files); i++) {
-
r = sd_bus_message_open_container(reply, 'e', "say");
if (r < 0)
return r;